You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by me...@apache.org on 2009/07/29 16:19:12 UTC

svn commit: r798915 - in /incubator/click/trunk/click: build/checkstyle-suppressions.xml framework/src/org/apache/click/service/ClickResourceService.java framework/src/org/apache/click/service/XmlConfigService.java

Author: medgar
Date: Wed Jul 29 14:19:12 2009
New Revision: 798915

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

Modified:
    incubator/click/trunk/click/build/checkstyle-suppressions.xml
    incubator/click/trunk/click/framework/src/org/apache/click/service/ClickResourceService.java
    incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java

Modified: incubator/click/trunk/click/build/checkstyle-suppressions.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/build/checkstyle-suppressions.xml?rev=798915&r1=798914&r2=798915&view=diff
==============================================================================
--- incubator/click/trunk/click/build/checkstyle-suppressions.xml (original)
+++ incubator/click/trunk/click/build/checkstyle-suppressions.xml Wed Jul 29 14:19:12 2009
@@ -35,6 +35,9 @@
     <suppress checks="FileLength"
               files="Tree.java"/>
 
+    <suppress checks="FileLength"
+              files="XmlConfigService.java"/>
+
 	<!-- Javadoc Method -->                                          
               
     <suppress checks="JavadocMethod"

Modified: incubator/click/trunk/click/framework/src/org/apache/click/service/ClickResourceService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/service/ClickResourceService.java?rev=798915&r1=798914&r2=798915&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/service/ClickResourceService.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/service/ClickResourceService.java Wed Jul 29 14:19:12 2009
@@ -187,9 +187,9 @@
                 loadFilesInJar(jar, resourceDirectory);
 
             } else {
-                logService.error("Could not load the jar '" + jarPath +
-                    "'. Please ensure this file exists in the specified" +
-                    " location.");
+                logService.error("Could not load the jar '" + jarPath
+                    + "'. Please ensure this file exists in the specified"
+                    + " location.");
             }
         } else {
             File dir = new File(path);

Modified: incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java?rev=798915&r1=798914&r2=798915&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java Wed Jul 29 14:19:12 2009
@@ -1320,9 +1320,9 @@
                 deployFilesInJar(jar, resourceDirectory);
 
             } else {
-                logService.error("Could not deploy the jar '" + jarPath +
-                    "'. Please ensure this file exists in the specified" +
-                    " location.");
+                logService.error("Could not deploy the jar '" + jarPath
+                    + "'. Please ensure this file exists in the specified"
+                    + " location.");
             }
         } else {
             File dir = new File(path);