stefano 2003/03/15 12:21:20
Modified: src/java/org/apache/cocoon/components/validation/schematron
ValidationResult.java
Log:
changed @todo in TODO so that javadoc doesn't complain, also removed those custom
cocoon tags since they were used only in one location and contained duplicated
information
Revision Changes Path
1.2 +0 -2
cocoon-2.1/src/java/org/apache/cocoon/components/validation/schematron/ValidationResult.java
Index: ValidationResult.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/validation/schematron/ValidationResult.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ValidationResult.java 9 Mar 2003 00:09:26 -0000 1.1
+++ ValidationResult.java 15 Mar 2003 20:21:20 -0000 1.2
@@ -102,8 +102,6 @@
/**
* adds all errors to a sorted list
* Key is XPath of each error location
- *
- * @todo implement this method !!!
* @return SortedSet
*/
public List toList() {