/[classpath]/classpath/javax/swing/text/html/parser/DTD.java
ViewVC logotype

Diff of /classpath/javax/swing/text/html/parser/DTD.java

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

revision 1.4 by trebligd, Wed Jul 27 08:09:36 2005 UTC revision 1.5 by tromey, Thu Sep 15 23:12:17 2005 UTC
# Line 81  public class DTD Line 81  public class DTD
81  {  {
82    /**    /**
83     * The version of the persistent data format.     * The version of the persistent data format.
84       * @specnote This was made <code>final</code> in 1.5.
85     */     */
86    public static int FILE_VERSION = 1;    public static final int FILE_VERSION = 1;
87    
88    /**    /**
89     * The table of existing available DTDs.     * The table of existing available DTDs.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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