Skip to content

Commit 574f93d

Browse files
committed
chore: udpate pom.xml
Signed-off-by: Otavio Santana <[email protected]>
1 parent 2441b5b commit 574f93d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
-->
1111

1212
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
13+
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
1414
<modelVersion>4.0.0</modelVersion>
1515
<groupId>org.soujava.demos.arangodb</groupId>
1616
<artifactId>arangodb</artifactId>

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

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

18-
public String getTenantId() {
19-
return tenantId;
20-
}
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)
2123

2224
@Override
2325
public String toString() {

0 commit comments

Comments
 (0)