Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 9782 invoked by uid 500); 15 Mar 2003 20:21:21 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 9771 invoked by uid 500); 15 Mar 2003 20:21:21 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 9768 invoked from network); 15 Mar 2003 20:21:21 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 15 Mar 2003 20:21:21 -0000 Received: (qmail 26597 invoked by uid 1010); 15 Mar 2003 20:21:20 -0000 Date: 15 Mar 2003 20:21:20 -0000 Message-ID: <20030315202120.26596.qmail@icarus.apache.org> From: stefano@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/validation/schematron ValidationResult.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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() {