File tree 2 files changed +6
-4
lines changed
src/main/java/org/soujava/demos/arangodb/document
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 10
10
-->
11
11
12
12
<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" >
14
14
<modelVersion >4.0.0</modelVersion >
15
15
<groupId >org.soujava.demos.arangodb</groupId >
16
16
<artifactId >arangodb</artifactId >
Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ public class AzureCloudProvider extends CloudProvider {
15
15
@ Column
16
16
private String tenantId ;
17
17
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)
21
23
22
24
@ Override
23
25
public String toString () {
You can’t perform that action at this time.
0 commit comments