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

    https://github.com/apache/brooklyn-server/pull/746#discussion_r127980130
  
    --- Diff: 
utils/common/src/main/java/org/apache/brooklyn/util/osgi/VersionedName.java ---
    @@ -119,8 +126,13 @@ public boolean equals(Object other) {
             return Objects.equal(name, o.name) && Objects.equal(v, o.v);
         }
         
    -    /** As {@link #equals(Object)} but accepting the argument as equal if 
versions are identical when injected to OSGi-valid versions */
    +    /** As {@link #equals(Object)} but accepting the argument as equal 
    +     * if versions are identical when injected to OSGi-valid versions,
    --- End diff --
    
    do you mean `when coerced to OSGi-valid versions` (or "`transformed`"?)


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to