Ignore:
Timestamp:
11/28/18 15:32:42 (6 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Actions.java

    r1195 r1197  
    406406         * @throws Exception
    407407         */
    408         public static Object LegacyPerformAction(final Frame source, final Item launcher,
     408        static Object LegacyPerformAction(final Frame source, final Item launcher,
    409409                        final String command) throws Exception {
    410410                MessageBay.displayMessage("Using Legacy code to execute action: " + command);
     
    496496       
    497497
    498         private static Object PerformAction(final Frame source, final Item launcher, final String command, final Item actionItem) throws Exception {
     498        static Object PerformAction(final Frame source, final Item launcher, final String command, final Item actionItem) throws Exception {
    499499                final String actionName = getName(command);
    500500                final String parameters = command.substring(actionName.length()).trim();
Note: See TracChangeset for help on using the changeset viewer.