Remove an obsolete FIXME 92/109092/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 28 Nov 2023 11:30:30 +0000 (12:30 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 28 Nov 2023 11:30:55 +0000 (12:30 +0100)
We already have ApiPath here, the FIXME is no longer relevant.

JIRA: NETCONF-773
Change-Id: I1c46c86d4e84b2193e4ce374cbf5d9b2a81be795
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/server/api/RestconfServer.java

index 5d60fe25f29f2f0600f201330f94e73557d337eb..b5add24a9ebfa795e9cdbdb31ccc9980398683cc 100644 (file)
@@ -152,7 +152,6 @@ public interface RestconfServer {
      */
     // FIXME: 'operation' should really be an ApiIdentifier with non-null module, but we also support ang-ext:mount,
     //        and hence it is a path right now
-    // FIXME: use ApiPath instead of String
     RestconfFuture<OperationsPostResult> operationsPOST(URI restconfURI, ApiPath operation, OperationInputBody body);
 
     /**