You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by aledsage <gi...@git.apache.org> on 2014/12/20 23:05:52 UTC

[GitHub] incubator-brooklyn pull request: Fix - legacy catalog items versio...

Github user aledsage commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/362#discussion_r22144268
  
    --- Diff: core/src/main/java/brooklyn/catalog/internal/CatalogUtils.java ---
    @@ -227,4 +228,14 @@ public static String getVersionedId(String id, String version) {
             }
         }
     
    +    public static String getPathFromVersionedId(String versionedId) {
    --- End diff --
    
    Should we move this into `usage/rest` somewhere? Or if left here then is there a better name that indicates it relates to a URI path? No strong feelings.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---