Updating Simulator Java API project with the following changes.
[platform/upstream/iotivity.git] / service / simulator / java / eclipse-plugin / ServiceProviderPlugin / src / oic / simulator / serviceprovider / resource / AttributeValueType.java
index f6aeff5..5798035 100644 (file)
@@ -1,6 +1,6 @@
 package oic.simulator.serviceprovider.resource;
 
-// TODO: Temporarily adding this enum in plugin. It will be removed once it is added to the java api sdk 
+// TODO: Temporarily adding this enum in plug-in. It will be removed once it is added to the java api sdk 
 public enum AttributeValueType {
-    INTEGER, DOUBLE, STRING, BOOLEAN, ENUMERATION
-}
+    INTEGER, DOUBLE, STRING, BOOLEAN
+}
\ No newline at end of file