File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/main/java/org/soujava/demos/arangodb/document Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments