Fixed a merge of OcConnectivityType and OcConnectivityFlags
[platform/upstream/iotivity.git] / android / android_api / base / src / main / java / org / iotivity / base / OcRepresentation.java
index 8dca1cc..eba1001 100644 (file)
@@ -265,8 +265,6 @@ public class OcRepresentation {
         }
     }
 
-    public native String getJSONRepresentation();
-
     public native void addChild(OcRepresentation representation);
 
     public native void clearChildren();