/[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.1.2.3 by gnu_andrew, Tue Aug 2 20:12:38 2005 UTC revision 1.1.2.4 by gnu_andrew, Tue Sep 20 18:46:36 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.1.2.3  
changed lines
  Added in v.1.1.2.4

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