Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 87743 invoked from network); 24 Sep 2004 13:33:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Sep 2004 13:33:34 -0000 Received: (qmail 16872 invoked by uid 500); 24 Sep 2004 13:35:35 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 16812 invoked by uid 500); 24 Sep 2004 13:35:34 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 16801 invoked by uid 99); 24 Sep 2004 13:35:34 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 24 Sep 2004 06:35:34 -0700 Received: (qmail 87702 invoked by uid 65534); 24 Sep 2004 13:33:31 -0000 Date: 24 Sep 2004 13:33:31 -0000 Message-ID: <20040924133331.87698.qmail@minotaur.apache.org> From: vgritsenko@apache.org To: cvs@cocoon.apache.org Subject: svn commit: rev 47155 - cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/util X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: vgritsenko Date: Fri Sep 24 06:33:30 2004 New Revision: 47155 Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/util/Tokenizer.java Log: missing space in the javadoc Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/util/Tokenizer.java ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/util/Tokenizer.java (original) +++ cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/util/Tokenizer.java Fri Sep 24 06:33:30 2004 @@ -1,12 +1,12 @@ /* * Copyright 1999-2004 The Apache Software Foundation. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -23,7 +23,7 @@ * Sun's implementation. * * @author Peter Moravek - * @version CVS $Id: Tokenizer.java,v 1.5 2004/04/29 00:19:40 joerg Exp $ + * @version CVS $Id$ */ public class Tokenizer implements Enumeration { @@ -251,7 +251,7 @@ } /** - * Default delimiters "\t\n\r\f": + * Default delimiters " \t\n\r\f": * the space character, the tab character, the newline character, * the carriage-return character, and the form-feed character. */ @@ -287,5 +287,3 @@ */ private int max = 0; } - -