You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/03/17 11:43:33 UTC

svn commit: r1735400 - /myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/ExpandedState.java

Author: lofwyr
Date: Thu Mar 17 10:43:33 2016
New Revision: 1735400

URL: http://svn.apache.org/viewvc?rev=1735400&view=rev
Log:
checkstyle

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/ExpandedState.java

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/ExpandedState.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/ExpandedState.java?rev=1735400&r1=1735399&r2=1735400&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/ExpandedState.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/ExpandedState.java Thu Mar 17 10:43:33 2016
@@ -116,7 +116,7 @@ public class ExpandedState implements Se
     } else {
       collapsedSet.remove(path);
     }
-    if (parents && ! path.isRoot()) {
+    if (parents && !path.isRoot()) {
       expand(path.getParent(), true);
     }
   }