Author: bayard
Date: Mon Nov 12 17:22:21 2007
New Revision: 594386

URL: http://svn.apache.org/viewvc?rev=594386&view=rev
Log:
Adding javadoc to note that the ToStringStyle HAS to be the same (LANG-372)

Modified:
    
commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ToStringStyle.java

Modified: 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ToStringStyle.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ToStringStyle.java?rev=594386&r1=594385&r2=594386&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ToStringStyle.java
 (original)
+++ 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ToStringStyle.java
 Mon Nov 12 17:22:21 2007
@@ -313,6 +313,7 @@
 
     /**
      * <p>Append to the <code>toString</code> the superclass toString.</p>
+     * <p>NOTE: It assumes that the toString has been created from the same 
ToStringStyle. </p>
      * 
      * <p>A <code>null</code> <code>superToString</code> is ignored.</p>
      * 
@@ -326,6 +327,7 @@
 
     /**
      * <p>Append to the <code>toString</code> another toString.</p>
+     * <p>NOTE: It assumes that the toString has been created from the same 
ToStringStyle. </p>
      * 
      * <p>A <code>null</code> <code>toString</code> is ignored.</p>
      * 


Reply via email to