Merge remote-tracking branch 'origin/unstable' into testing
[gpl/argeo-suite.git] / org.argeo.entity.api / src / org / argeo / entity / EntityConstants.java
diff --git a/org.argeo.entity.api/src/org/argeo/entity/EntityConstants.java b/org.argeo.entity.api/src/org/argeo/entity/EntityConstants.java
deleted file mode 100644 (file)
index 93021e0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-package org.argeo.entity;
-
-/** Constant related to entities, typically used in an OSGi context. */
-public interface EntityConstants {
-       final static String TYPE = "entity.type";
-       final static String DEFAULT_EDITOR_ID = "entity.defaultEditorId";
-
-}