wrapper function Xml.getFromString(str) called Xml.get() instead of Xml.getFromString(str, null)
This commit is contained in:
parent
fa4ce3ed6f
commit
c55a192d5d
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ public class XmlObject {
|
||||||
* @return a HopObject obtained from parsing the XML
|
* @return a HopObject obtained from parsing the XML
|
||||||
*/
|
*/
|
||||||
public Object getFromString(String str) {
|
public Object getFromString(String str) {
|
||||||
return get(str, null);
|
return getFromString(str, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue