johnyangk commented on a change in pull request #270: [NEMO-429] SWPP TEAM4 
Code Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/270#discussion_r353589701
 
 

 ##########
 File path: common/src/main/java/org/apache/nemo/common/StateMachine.java
 ##########
 @@ -230,6 +230,9 @@ public String toString() {
    * Builder that builds a StateMachine.
    */
   public static final class Builder {
+    private final String RE_prefix = "A state "
+    private final String RE_suffix = " should be added first"
 
 Review comment:
   Remove

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to