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

Diff of /classpath/java/text/Format.java

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

revision 1.14 by jfrijters, Mon Nov 15 14:13:26 2004 UTC revision 1.15 by mkoch, Wed Feb 16 11:18:38 2005 UTC
# Line 1  Line 1 
1  /* Format.java -- Abstract superclass for formatting/parsing strings.  /* Format.java -- Abstract superclass for formatting/parsing strings.
2     Copyright (C) 1998, 1999, 2000, 2001, 2003  Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 57  import java.io.Serializable; Line 57  import java.io.Serializable;
57   * available locales in the current runtime environment.   * available locales in the current runtime environment.
58   *   *
59   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
60   * @author Per Bothner <bothner@cygnus.com>   * @author Per Bothner (bothner@cygnus.com)
61   */   */
62  public abstract class Format implements Serializable, Cloneable  public abstract class Format implements Serializable, Cloneable
63  {  {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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