Fix URLs in Javadoc

This commit is contained in:
hns 2003-12-18 09:28:49 +00:00
parent 7cf471b69b
commit 27ba52be0e

View file

@ -28,7 +28,7 @@ import java.io.StringReader;
/** /**
* This class provides methods for converting HopObjects to XML and back. * This class provides methods for converting HopObjects to XML and back.
* *
* @see http://helma.org/development/rfc/xmlconversion/ * @see <http://helma.org/development/rfc/xmlconversion/>
*/ */
public class XmlObject { public class XmlObject {
RhinoCore core; RhinoCore core;
@ -221,7 +221,7 @@ public class XmlObject {
* *
* @return a HopObject obtained from parsing the XML * @return a HopObject obtained from parsing the XML
* *
* @see http://helma.org/development/rfc/xmlconversion/ * @see <http://helma.org/development/rfc/xmlconversion/>
*/ */
public Object get(String url, String conversionRules) { public Object get(String url, String conversionRules) {
if (url == null) { if (url == null) {
@ -270,7 +270,7 @@ public class XmlObject {
* *
* @return a HopObject obtained from parsing the XML * @return a HopObject obtained from parsing the XML
* *
* @see http://helma.org/development/rfc/xmlconversion/ * @see <http://helma.org/development/rfc/xmlconversion/>
*/ */
public Object getFromString(String str, String conversionRules) { public Object getFromString(String str, String conversionRules) {
if (str == null) { if (str == null) {