Javadoc fixes. End tags for <code> were missing. This caused the Javadoc for the methods
following the missing end tag to be formatted entirely in the "code" format. Fixed a few instances where *s were inadverently included in the Javadoc text that should not have been. git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226236 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -67,7 +67,7 @@ public interface Locator2 extends Locator
|
||||
* and comparisons should be case-insensitive.
|
||||
*
|
||||
* @return Name of the character encoding being used to interpret
|
||||
* * the entity's text, or null if this was not provided for a *
|
||||
* the entity's text, or null if this was not provided for a
|
||||
* character stream passed through an InputSource or is otherwise
|
||||
* not yet available in the current parsing state.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user