Javadoc fix. Tag @version cannot be used in method documentation.

git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
mrglavas 2005-06-04 03:36:56 +00:00
parent d77f57d180
commit cfe461eefb

View File

@ -43,7 +43,7 @@ public interface Document extends Node {
* , based on the <code>DocumentType</code> specified at creation time, * , based on the <code>DocumentType</code> specified at creation time,
* changing it afterwards is very unlikely to result in a change of the * changing it afterwards is very unlikely to result in a change of the
* features supported. * features supported.
* @version DOM Level 3 * @since DOM Level 3
*/ */
public DocumentType getDoctype(); public DocumentType getDoctype();