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

    https://github.com/apache/activemq-artemis/pull/1304#discussion_r119161883
  
    --- Diff: etc/checkstyle.xml ---
    @@ -73,7 +71,7 @@ under the License.
           <module name="RightCurly"/>
           <module name="RightCurly">
              <property name="option" value="alone"/>
    -         <property name="tokens" value="CLASS_DEF, METHOD_DEF, CTOR_DEF, 
LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT"/>
    +         <property name="tokens" value="CLASS_DEF, METHOD_DEF, CTOR_DEF, 
LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"/>
    --- End diff --
    
    yes so this change is putting back the config to what we had before (but 
then we have to fix the while do's as on latest / >7 check style it enforces 
the while to a new line.


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