You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/04/08 18:45:53 UTC

svn commit: r1090345 - /commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java

Author: simonetripodi
Date: Fri Apr  8 16:45:53 2011
New Revision: 1090345

URL: http://svn.apache.org/viewvc?rev=1090345&view=rev
Log:
inner comments treated as non javadoc comments

Modified:
    commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java

Modified: commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java?rev=1090345&r1=1090344&r2=1090345&view=diff
==============================================================================
--- commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java (original)
+++ commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java Fri Apr  8 16:45:53 2011
@@ -149,7 +149,7 @@ public class TestAll {
         } finally {
             DiscoverSingleton.release();
 
-            /**
+            /*
              * Cleanup, don't want to affect next test..
              */
             ManagedProperties.setProperty(TestInterface1.class.getName(), null);
@@ -216,7 +216,7 @@ public class TestAll {
     public void findResources() {
         ClassLoaders loaders = new ClassLoaders();
 
-        /**
+        /*
          * To many class loaders when searching for multiple
          * resources means that we can find the same (same URL)
          * resource for each loader...