Hide PostDataTransactionUtil.POST_TX_TYPE
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / rests / utils / PostDataTransactionUtil.java
index 8bf27ebbc8e9c03b6f70f710f924a608a60f7131..bdb37a0524da69bfe9486ad4433f715c3f691e6a 100644 (file)
@@ -39,12 +39,10 @@ import org.slf4j.LoggerFactory;
 
 /**
  * Util class to post data to DS.
- *
  */
 public final class PostDataTransactionUtil {
     private static final Logger LOG = LoggerFactory.getLogger(PostDataTransactionUtil.class);
-    // FIXME: why is this being reused from other places?
-    static final String POST_TX_TYPE = "POST";
+    private static final String POST_TX_TYPE = "POST";
 
     private PostDataTransactionUtil() {
         // Hidden on purpose