Skip to content

Commit 492c94d

Browse files
committed
fixed attribute name
1 parent 0e9f09c commit 492c94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/arangodb/entity/BaseDocument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class BaseDocument extends BaseEntity implements DocumentHolder {
1414

1515
public static final String KEY = "_key";
1616

17-
public static final String ID = "_ID";
17+
public static final String ID = "_id";
1818

1919
public static final String FROM = "_from";
2020

0 commit comments

Comments
 (0)