Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated. * Makefile.in: Likewise. * scripts/makemake.tcl: Use glob -nocomplain. From-SVN: r107049
This commit is contained in:
parent
02e549bfaa
commit
8f523f3a10
1241 changed files with 97711 additions and 25284 deletions
|
@ -81,8 +81,9 @@ public class DTD
|
|||
{
|
||||
/**
|
||||
* The version of the persistent data format.
|
||||
* @specnote This was made <code>final</code> in 1.5.
|
||||
*/
|
||||
public static int FILE_VERSION = 1;
|
||||
public static final int FILE_VERSION = 1;
|
||||
|
||||
/**
|
||||
* The table of existing available DTDs.
|
||||
|
@ -590,8 +591,7 @@ public class DTD
|
|||
* @param name the name of the entity
|
||||
* @param type the type of the entity, a bitwise combination
|
||||
* of GENERAL, PARAMETER, SYSTEM and PUBLIC.
|
||||
* @throws an error if the parameter is both GENERAL and PARAMETER
|
||||
* of both PUBLIC and SYSTEM.
|
||||
*
|
||||
* @return the created entity
|
||||
*/
|
||||
private Entity newEntity(String name, int type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue