Author: skitching
Date: Wed Jun  8 02:17:09 2005
New Revision: 189564

URL: http://svn.apache.org/viewcvs?rev=189564&view=rev
Log:
Added comment only.

Modified:
    
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/PropertyUtils.java

Modified: 
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/PropertyUtils.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/PropertyUtils.java?rev=189564&r1=189563&r2=189564&view=diff
==============================================================================
--- 
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/PropertyUtils.java
 (original)
+++ 
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/PropertyUtils.java
 Wed Jun  8 02:17:09 2005
@@ -86,6 +86,12 @@
 
     /**
      * The debugging detail level for this component.
+     * 
+     * Note that this static variable will have unexpected side-effects if
+     * this class is deployed in a shared classloader within a container.
+     * However as it is actually completely ignored by this class due to its
+     * deprecated status, it doesn't do any actual harm.
+     *
      * @deprecated The <code>debug</code> static property is no longer used
      */
     private static int debug = 0;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to