Skip to content

Commit

Permalink
Remove javadoc for throws that no exist
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273149 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
realityforge committed Jul 23, 2002
1 parent 2708529 commit 461ec8e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -802,8 +802,6 @@ public void init(String tag, AttributeList attrs) throws SAXParseException {
* Will not be <code>null</code>.
* @param start The start element in the array.
* @param count The number of characters to read from the array.
*
* @exception SAXParseException if the element doesn't support text
*/
public void characters(char[] buf, int start, int count) {
wrapper.addText(buf, start, count);
Expand Down Expand Up @@ -938,8 +936,6 @@ public void init(String propType, AttributeList attrs) throws SAXParseException
* Will not be <code>null</code>.
* @param start The start element in the array.
* @param count The number of characters to read from the array.
*
* @exception SAXParseException if the element doesn't support text
*/
public void characters(char[] buf, int start, int count) {
childWrapper.addText(buf, start, count);
Expand Down Expand Up @@ -1036,8 +1032,6 @@ public void init(String propType, AttributeList attrs) throws SAXParseException
* @param start The start element in the array.
* @param count The number of characters to read from the array.
*
* @exception SAXParseException if the element doesn't support text
*
* @see ProjectHelper#addText(Project,Object,char[],int,int)
*/
public void characters(char[] buf, int start, int count) {
Expand Down

0 comments on commit 461ec8e

Please sign in to comment.