Serializer javadoc and comments should be more independent
----------------------------------------------------------
Key: XALANJ-2082
URL: http://issues.apache.org/jira/browse/XALANJ-2082
Project: XalanJ2
Type: Improvement
Components: Serialization
Reporter: Brian Minchau
Attachments: serializer.javadoc.patch1.txt
There are a number javadoc tags like
@see org.apache.xml.serializer.Serializer
(and references to other classes in the same package) that would be more robust
if they were simply:
@see Serializer
Also there are references to Xalan and XSLTC that need not be in the javadoc or
comments.
The serializer has cut its Java dependancies on Xalan and XSLTC, and should
clean up its javadoc and comments likewise.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]