You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/01/20 17:44:15 UTC

svn commit: r1435881 - /incubator/onami/trunk/test/src/main/java/org/apache/onami/test/handler/GuiceProvidedModuleHandler.java

Author: simonetripodi
Date: Sun Jan 20 16:44:15 2013
New Revision: 1435881

URL: http://svn.apache.org/viewvc?rev=1435881&view=rev
Log:
wrong logging message format, there is a %s argument more

Modified:
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/handler/GuiceProvidedModuleHandler.java

Modified: incubator/onami/trunk/test/src/main/java/org/apache/onami/test/handler/GuiceProvidedModuleHandler.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/test/src/main/java/org/apache/onami/test/handler/GuiceProvidedModuleHandler.java?rev=1435881&r1=1435880&r2=1435881&view=diff
==============================================================================
--- incubator/onami/trunk/test/src/main/java/org/apache/onami/test/handler/GuiceProvidedModuleHandler.java (original)
+++ incubator/onami/trunk/test/src/main/java/org/apache/onami/test/handler/GuiceProvidedModuleHandler.java Sun Jan 20 16:44:15 2013
@@ -69,7 +69,7 @@ public final class GuiceProvidedModuleHa
 
         if ( LOGGER.isLoggable( Level.FINER ) )
         {
-            LOGGER.finer( format( "  Found %s annotated method, checking if return type '%s' is one of %s ( %s | Iterable<%s> | %s[] )",
+            LOGGER.finer( format( "  Found %s annotated method, checking if return type '%s' is one of ( %s | Iterable<%s> | %s[] )",
                                   GuiceProvidedModules.class.getSimpleName(),
                                   returnType.getName(),
                                   Module.class.getName(),