Remove ResolveEnumUtil
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / rests / services / impl / RestconfDataServiceImpl.java
index f22e12e4c49c663eb59583c437a9e438591802ee..82a4f4dcb7979219790a4594206c465a924f0882 100644 (file)
@@ -144,6 +144,7 @@ public class RestconfDataServiceImpl implements RestconfDataService {
             node = readData(identifier, parameters.getContent(), instanceIdentifier.getInstanceIdentifier(), strategy,
                     parameters.getWithDefault(), schemaContextRef, uriInfo);
         }
+        // FIXME: this is utter craziness, refactor it properly!
         if (identifier != null && identifier.contains(STREAM_PATH) && identifier.contains(STREAM_ACCESS_PATH_PART)
                 && identifier.contains(STREAM_LOCATION_PATH_PART)) {
             final String value = (String) node.body();