Author: simonetripodi
Date: Sun Nov 20 19:32:18 2011
New Revision: 1204222

URL: http://svn.apache.org/viewvc?rev=1204222&view=rev
Log:
minor format

Modified:
    
commons/sandbox/meiyo/trunk/src/test/java/org/apache/commons/meiyo/classpath/ClassPathTestCase.java

Modified: 
commons/sandbox/meiyo/trunk/src/test/java/org/apache/commons/meiyo/classpath/ClassPathTestCase.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/meiyo/trunk/src/test/java/org/apache/commons/meiyo/classpath/ClassPathTestCase.java?rev=1204222&r1=1204221&r2=1204222&view=diff
==============================================================================
--- 
commons/sandbox/meiyo/trunk/src/test/java/org/apache/commons/meiyo/classpath/ClassPathTestCase.java
 (original)
+++ 
commons/sandbox/meiyo/trunk/src/test/java/org/apache/commons/meiyo/classpath/ClassPathTestCase.java
 Sun Nov 20 19:32:18 2011
@@ -43,8 +43,8 @@ public final class ClassPathTestCase
             @Override
             public void configure()
             {
-                ifMatches( inSubpackage( "org.apache.commons.meiyo.classpath" 
).
-                               and( isPublic() )
+                ifMatches( inSubpackage( "org.apache.commons.meiyo.classpath" )
+                               .and( isPublic() )
                                .and( not( isAbstract() ) )
                                .and( not( isAnnotation() ) )
                                .and( not( classNameMatches( ".*TestCase" ) ) ) 
)


Reply via email to