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 2010/08/10 09:20:44 UTC

svn commit: r983874 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/clientConfig/ClientConfigController.java

Author: lofwyr
Date: Tue Aug 10 07:20:43 2010
New Revision: 983874

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

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/clientConfig/ClientConfigController.java

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/clientConfig/ClientConfigController.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/clientConfig/ClientConfigController.java?rev=983874&r1=983873&r2=983874&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/clientConfig/ClientConfigController.java (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/clientConfig/ClientConfigController.java Tue Aug 10 07:20:43 2010
@@ -141,7 +141,7 @@ public class ClientConfigController {
     // If the default is already in the list, don't add it.
     // Background: Must the default be in the supported list? Yes or No?
     // This question is not specified explicit and different implemented in the RI and MyFaces
-    if (! defaultInList) {
+    if (!defaultInList) {
       localeItems.add(0, createLocaleItem(defaultLocale));
     }
     return localeItems;