JavaDoc fixes
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226193 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e34bf0c9e
commit
04ad8d99bb
@ -219,7 +219,7 @@ public class CatalogEntry {
|
|||||||
/**
|
/**
|
||||||
* Construct a catalog entry of the specified type.
|
* Construct a catalog entry of the specified type.
|
||||||
*
|
*
|
||||||
* @param name The name of the entry type
|
* @param type The entry type
|
||||||
* @param args A String Vector of arguments
|
* @param args A String Vector of arguments
|
||||||
* @throws InvalidCatalogEntryTypeException if no such entry type
|
* @throws InvalidCatalogEntryTypeException if no such entry type
|
||||||
* exists.
|
* exists.
|
||||||
|
|||||||
@ -464,9 +464,6 @@ public class CatalogManager {
|
|||||||
/**
|
/**
|
||||||
* Set the relativeCatalogs setting.
|
* Set the relativeCatalogs setting.
|
||||||
*
|
*
|
||||||
* @return The relativeCatalogs setting from the propertyFile or the
|
|
||||||
* defaultRelativeCatalogs.
|
|
||||||
*
|
|
||||||
* @see #getRelativeCatalogs()
|
* @see #getRelativeCatalogs()
|
||||||
*/
|
*/
|
||||||
public void setRelativeCatalogs (boolean relative) {
|
public void setRelativeCatalogs (boolean relative) {
|
||||||
@ -606,8 +603,6 @@ public class CatalogManager {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the prefer public setting.
|
* Set the prefer public setting.
|
||||||
*
|
|
||||||
* @return True if public identifiers are preferred.
|
|
||||||
*/
|
*/
|
||||||
public void setPreferPublic (boolean preferPublic) {
|
public void setPreferPublic (boolean preferPublic) {
|
||||||
this.preferPublic = new Boolean(preferPublic);
|
this.preferPublic = new Boolean(preferPublic);
|
||||||
|
|||||||
@ -140,7 +140,7 @@ public abstract class PublicId {
|
|||||||
* <p>This method is declared static so that other classes
|
* <p>This method is declared static so that other classes
|
||||||
* can use it directly.</p>
|
* can use it directly.</p>
|
||||||
*
|
*
|
||||||
* @param publicId The unnormalized public identifier.
|
* @param urn The urn:publicid: URN
|
||||||
*
|
*
|
||||||
* @return The normalized identifier.
|
* @return The normalized identifier.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -96,7 +96,8 @@ public class TR9401CatalogReader extends TextCatalogReader {
|
|||||||
* identifiers. There is no delegate entry for system identifiers
|
* identifiers. There is no delegate entry for system identifiers
|
||||||
* or URIs.</p>
|
* or URIs.</p>
|
||||||
*
|
*
|
||||||
* @param fileUrl The URL or filename of the catalog file to process
|
* @param catalog The Catalog to populate
|
||||||
|
* @param is The input stream from which to read the TR9401 Catalog
|
||||||
*
|
*
|
||||||
* @throws MalformedURLException Improper fileUrl
|
* @throws MalformedURLException Improper fileUrl
|
||||||
* @throws IOException Error reading catalog file
|
* @throws IOException Error reading catalog file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user