Skip to content

Commit 88e84db

Browse files
committed
chore: return azurecloud provider
Signed-off-by: Otavio Santana <[email protected]>
1 parent 574f93d commit 88e84db

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/main/java/org/soujava/demos/arangodb/document/AzureCloudProvider.java

+3-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ public class AzureCloudProvider extends CloudProvider {
1515
@Column
1616
private String tenantId;
1717

18-
// --Commented out by Inspection START (14/01/2025, 18:40):
19-
// public String getTenantId() {
20-
// return tenantId;
21-
// }
22-
// --Commented out by Inspection STOP (14/01/2025, 18:40)
18+
public String getTenantId() {
19+
return tenantId;
20+
}
2321

2422
@Override
2523
public String toString() {

0 commit comments

Comments
 (0)