001package jmri.jmrit.logixng.actions.configurexml;
002
003/**
004 * Handle XML configuration for ActionScript objects.
005 *
006 * This class is kept temporary since the action ActionScript is included
007 * in the example panel file for LogixNG. But the panel didn't do anything
008 * useful with it.
009 * <p>
010 * This class ensures that if the ActionSimpleScript is loaded, it's changed to
011 * an ActionScript instead.
012 */
013public class ActionSimpleScriptXml extends ActionScriptXml {
014
015}