Bug 6848 - upgrade XML media type
[netconf.git] / restconf / sal-rest-connector / src / main / java / org / opendaylight / restconf / utils / RestconfConstants.java
index f2886179040e307ff8507c7685ab52522d6f73c8..67b01edf191c889886d8d259c32dc476f69f26ca 100644 (file)
@@ -17,7 +17,6 @@ import java.text.SimpleDateFormat;
 public final class RestconfConstants {
 
     public static final String XML = "+xml";
-    public static final String XML_ORIG = "-xml";
     public static final String JSON = "+json";
     public static final String MOUNT = "yang-ext:mount";
     public static final String IDENTIFIER = "identifier";