You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2006/04/27 12:30:15 UTC

svn commit: r397514 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

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 (james@interobjective.com).  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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org