You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2004/09/24 15:33:31 UTC

svn commit: rev 47155 - cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/util

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 <A HREF="mailto:moravek@pobox.sk">Peter Moravek</A>
- * @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;
 }
-
-