Skip to content

Commit

Permalink
fix conflict with mdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Enquier committed May 28, 2024
1 parent fdc3643 commit 0ecd320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/src/main/java/org/openmbee/mms/json/BaseJson.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class BaseJson<T> extends HashMap<String, Object> {
public static final String CREATED = "_created";
public static final String COMMITID = "_commitId";
public static final String TYPE = "type";
public static final String IS_ARCHIVED = "archived";
public static final String IS_ARCHIVED = "_archived";

public String getId() {
return (String) this.get(ID);
Expand Down

0 comments on commit 0ecd320

Please sign in to comment.