/[classpath]/classpath/java/text/BreakIterator.java
ViewVC logotype

Diff of /classpath/java/text/BreakIterator.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by bryce, Tue Jun 15 22:40:39 2004 UTC revision 1.8.2.1 by gnu_andrew, Sat Jan 15 17:02:15 2005 UTC
# Line 1  Line 1 
1  /* BreakIterator.java -- Breaks text into elements  /* BreakIterator.java -- Breaks text into elements
2     Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2004 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 49  import java.util.ResourceBundle; Line 49  import java.util.ResourceBundle;
49   * type is created by calling one of the static factory methods, not   * type is created by calling one of the static factory methods, not
50   * by directly calling a constructor.   * by directly calling a constructor.
51   *   *
52     * The standard iterators created by the factory methods in this
53     * class will be valid upon creation.  That is, their methods will
54     * not cause exceptions if called before you call setText().
55     *
56   * @author Tom Tromey <tromey@cygnus.com>   * @author Tom Tromey <tromey@cygnus.com>
57   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
58   * @date March 19, 1999   * @date March 19, 1999

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26