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

    https://github.com/apache/brooklyn-server/pull/338#discussion_r94762655
  
    --- Diff: 
core/src/main/java/org/apache/brooklyn/core/mgmt/rebind/transformer/CompoundTransformer.java
 ---
    @@ -179,21 +180,29 @@ public Builder renameField(String clazz, String 
oldVal, String newVal) {
             }
             /** Changes the contents of an XML tag 'catalogItemId' where the
              * old text matches oldSymbolicName and optionally oldVersion
    -         * to have newSymbolicName and newVersion. 
    +         * to have newSymbolicName and newVersion.
              * <p>
    +         * Also changes contents of elements within a list of 
'catalogItemSuperIds' e.g.
    +         * <pre>
    +         *     &lt;catalogItemSuperIds>
    +         *        &lt;string>one&lt;/string>
    +         *        &lt;string>two&lt;/string>
    +         *     &lt;/catalogItemSuperIds>
    --- End diff --
    
    Change the `>` to `&gt;`


---
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