Fix URLs in Javadoc
This commit is contained in:
parent
7cf471b69b
commit
27ba52be0e
1 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue