Menu

#41 XmlActionsScriptRunner.getXmlActionByLocation

NA
closed
None
1
2013-12-24
2013-12-23
Al Byers
No

XmlActionsScriptRunner.getXmlActionByLocation at line 45 reads:

 XmlAction getXmlActionByLocation(String location) {

44 XmlAction xa = (XmlAction) scriptXmlActionLocationCache.get(location)
45 if (!xa) loadXmlAction(location)
46 return xa

looks like it should read:
if (!xa) xa = loadXmlAction(...

Discussion

  • David E. Jones

    David E. Jones - 2013-12-24

    Thanks Al, this is fixed in commit #3d0118c.

     
  • David E. Jones

    David E. Jones - 2013-12-24
    • status: open --> closed
    • assigned_to: David E. Jones
    • Group: v1.0_(example) --> NA
     

Log in to post a comment.