Skip to content

Commit 2e7c655

Browse files
committed
fix(api): remove duplicate createdAt from ALL fields constant
1 parent 6a5a651 commit 2e7c655

File tree

1 file changed

+1
-2
lines changed
  • core/com.b2international.snowowl.core/src/com/b2international/snowowl/core

1 file changed

+1
-2
lines changed

core/com.b2international.snowowl.core/src/com/b2international/snowowl/core/Resource.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ public static final class Fields {
5959
OID,
6060
CREATED_AT,
6161
RESOURCE_TYPE,
62-
TYPE_RANK,
63-
CREATED_AT
62+
TYPE_RANK
6463
);
6564
}
6665

0 commit comments

Comments
 (0)