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 2007/02/14 15:46:52 UTC

svn commit: r507552 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/util/LayoutInfo.java

Author: lofwyr
Date: Wed Feb 14 06:46:51 2007
New Revision: 507552

URL: http://svn.apache.org/viewvc?view=rev&rev=507552
Log:
code style

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/util/LayoutInfo.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/util/LayoutInfo.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/util/LayoutInfo.java?view=diff&rev=507552&r1=507551&r2=507552
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/util/LayoutInfo.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/util/LayoutInfo.java Wed Feb 14 06:46:51 2007
@@ -91,9 +91,9 @@
       if (LOG.isDebugEnabled()) {
         LOG.debug("More space (" + space + ") needed than available (" + spaceLeft + ")!");
       }
-      if (! force) {
+      if (!force) {
         if (LOG.isDebugEnabled()) {
-          LOG.debug(" Cutting to fit.");
+          LOG.debug("Cutting to fit.");
         }
         space = spaceLeft;
       }