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/05 15:51:57 UTC

svn commit: r1089045 - /commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/EnvironmentCache.java

Author: simonetripodi
Date: Tue Apr  5 13:51:57 2011
New Revision: 1089045

URL: http://svn.apache.org/viewvc?rev=1089045&view=rev
Log:
non javadoc comments treaded as non-javadoc

Modified:
    commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/EnvironmentCache.java

Modified: commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/EnvironmentCache.java
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/EnvironmentCache.java?rev=1089045&r1=1089044&r2=1089045&view=diff
==============================================================================
--- commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/EnvironmentCache.java (original)
+++ commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/EnvironmentCache.java Tue Apr  5 13:51:57 2011
@@ -61,7 +61,7 @@ public class EnvironmentCache {
      * @return The SPI name/instance cache
      */
     public static synchronized Map<String, Object> get(ClassLoader classLoader) {
-        /**
+        /*
          * 'null' (bootstrap/system class loader) thread context class loader
          * is ok...  Until we learn otherwise.
          */
@@ -75,7 +75,7 @@ public class EnvironmentCache {
      * @param spis The SPI name/instance cache
      */
     public static synchronized void put(ClassLoader classLoader, Map<String, Object> spis) {
-        /**
+        /*
          * 'null' (bootstrap/system class loader) thread context class loader
          * is ok...  Until we learn otherwise.
          */
@@ -98,7 +98,7 @@ public class EnvironmentCache {
      * garbage collection.
      */
     public static synchronized void release() {
-        /**
+        /*
          * 'null' (bootstrap/system class loader) thread context class loader
          * is ok...  Until we learn otherwise.
          */
@@ -114,7 +114,7 @@ public class EnvironmentCache {
      * @param classLoader The class loader key
      */
     public static synchronized void release(ClassLoader classLoader) {
-        /**
+        /*
          * 'null' (bootstrap/system class loader) thread context class loader
          * is ok...  Until we learn otherwise.
          */