diff --git a/java/external/src/javax/xml/namespace/QName.java b/java/external/src/javax/xml/namespace/QName.java index ace95c5..5e87f4e 100644 --- a/java/external/src/javax/xml/namespace/QName.java +++ b/java/external/src/javax/xml/namespace/QName.java @@ -1,5 +1,5 @@ /* - * Copyright 2003-2004 The Apache Software Foundation. + * Copyright 2003-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -157,9 +157,9 @@ public class QName implements Serializable { * as specified in Namespaces * in XML.

* - * @param namespaceURI Namespace URI of the QName - * @param localPart local part of the QName - * @param prefix prefix of the QName + * @param namespaceURI Namespace URI of the QName + * @param localPart local part of the QName + * @param prefix prefix of the QName */ public QName(String namespaceURI, String localPart, String prefix) {