Skip to content

Commit

Permalink
remove outdated stuff from the jdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jun 4, 2024
1 parent 9a8c7e9 commit 3ed8d21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Namespace support for XML document handlers. This class doesn't perform any
* error checking and assumes that all strings passed as arguments to methods
* are unique symbols. The SymbolTable class can be used for this purpose.
* are unique symbols.
*
* @author Andy Clark, IBM
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
* Represents an interface to query namespace information.
* <p>
* The prefix and namespace must be identical references for equal strings, thus
* each string should be internalized (@see String.intern()) or added to the
* <code>SymbolTable</code>
*
* @see <a href=
* "../../../../../xerces2/org/apache/xerces/util/SymbolTable.html">
* org.htmlunit.cyberneko.xerces.util.SymbolTable</a>
* each string should be internalized (@see String.intern()).
*
* @author Andy Clark, IBM
*/
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/org/htmlunit/cyberneko/xerces/xni/QName.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
* A structure that holds the components of an XML Namespaces qualified name.
* <p>
* To be used correctly, the strings must be identical references for equal
* strings. Within the parser, these values are considered symbols and should
* always be retrieved from the <code>SymbolTable</code>.
* strings.
*
* @author Andy Clark, IBM
*/
Expand Down

0 comments on commit 3ed8d21

Please sign in to comment.