Browse Source

Remove javadoc for throws that no exist

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273149 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
d1dfe60650
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java

+ 0
- 6
src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java View File

@@ -802,8 +802,6 @@ public class ProjectHelperImpl extends ProjectHelper {
* 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);
@@ -938,8 +936,6 @@ public class ProjectHelperImpl extends ProjectHelper {
* 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);
@@ -1036,8 +1032,6 @@ public class ProjectHelperImpl extends ProjectHelper {
* @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) {


Loading…
Cancel
Save