Author: skitching
Date: Thu Apr 27 03:30:09 2006
New Revision: 397514

URL: http://svn.apache.org/viewcvs?rev=397514&view=rev
Log:
Remove mention of a specific contributor from javadoc. No offence is intended 
to James House;
however this info clutters the method description and no other user or 
contributor
is explicitly listed like this.

Modified:
    
jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

Modified: 
jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java?rev=397514&r1=397513&r2=397514&view=diff
==============================================================================
--- 
jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
 (original)
+++ 
jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
 Thu Apr 27 03:30:09 2006
@@ -97,8 +97,7 @@
     /**
      * Construct a new Digester, allowing a SAXParser to be passed in.  This
      * allows Digester to be used in environments which are unfriendly to
-     * JAXP1.1 (such as WebLogic 6.0).  Thanks for the request to change go to
-     * James House ([EMAIL PROTECTED]).  This may help in places where
+     * JAXP1.1 (such as WebLogic 6.0). This may help in places where
      * you are able to load JAXP 1.1 classes yourself.
      */
     public Digester(SAXParser parser) {



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

Reply via email to