Author: simonetripodi
Date: Sun Nov 20 20:27:34 2011
New Revision: 1204234
URL: http://svn.apache.org/viewvc?rev=1204234&view=rev
Log:
minor format
Modified:
commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classpath/HandlerConfiguration.java
Modified:
commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classpath/HandlerConfiguration.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classpath/HandlerConfiguration.java?rev=1204234&r1=1204233&r2=1204234&view=diff
==============================================================================
---
commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classpath/HandlerConfiguration.java
(original)
+++
commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classpath/HandlerConfiguration.java
Sun Nov 20 20:27:34 2011
@@ -128,8 +128,9 @@ public abstract class HandlerConfigurati
Retention retention = annotationType.getAnnotation( Retention.class );
if ( retention == null || RetentionPolicy.RUNTIME != retention.value()
)
{
- throw new IllegalArgumentException( "Annotation @" +
annotationType.getName()
- + " is missing RUNTIME retention" );
+ throw new IllegalArgumentException( "Annotation @"
+ + annotationType.getName()
+ + " is missing RUNTIME
retention" );
}
}