markap14 commented on code in PR #7899:
URL: https://github.com/apache/nifi/pull/7899#discussion_r1367056503


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/flow/synchronization/StandardVersionedComponentSynchronizer.java:
##########
@@ -502,7 +502,7 @@ private String determineRegistryId(final 
VersionedFlowCoordinates coordinates) {
             }
         }
 
-        final String location = coordinates.getStorageLocation() == null ? 
coordinates.getRegistryUrl() : coordinates.getStorageLocation();
+        final String location = coordinates.getStorageLocation();
         if (location == null) {

Review Comment:
   Yeah, good point



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to