donaldp 2002/07/22 23:53:29
Modified: src/main/org/apache/tools/ant/helper ProjectHelperImpl.java
Log:
Remove javadoc for throws that no exist
Revision Changes Path
1.12 +0 -6
jakarta-ant/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java
Index: ProjectHelperImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ProjectHelperImpl.java 16 Jul 2002 13:06:45 -0000 1.11
+++ ProjectHelperImpl.java 23 Jul 2002 06:53:29 -0000 1.12
@@ -802,8 +802,6 @@
* 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 @@
* 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);
@@ -1035,8 +1031,6 @@
* 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
*
* @see ProjectHelper#addText(Project,Object,char[],int,int)
*/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>