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:
mrglavas
2005-06-17 03:10:33 +00:00
parent 6b0f74afed
commit a11ee29779
4 changed files with 7 additions and 7 deletions

View File

@@ -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.
*/