From dc53decaeccdd78240ac280377b238727047bc00 Mon Sep 17 00:00:00 2001 From: mrglavas Date: Fri, 3 Jun 2005 21:58:15 +0000 Subject: [PATCH] Javadoc fix for QName(String,String,String). End tags for code were missing. QName --> QName This caused the Javadoc for the methods following this constructor to be formatted entirely in the "code" format. git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226212 13f79535-47bb-0310-9956-ffa450edef68 --- java/external/src/javax/xml/namespace/QName.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) {