Changeset 1249 for trunk


Ignore:
Timestamp:
03/18/19 10:36:08 (5 years ago)
Author:
bln4
Message:

Commented out apollo until we can fix the startup code related to it.

File:
1 edited

Legend:

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

    r1244 r1249  
    484484                // 'out of the box'
    485485               
     486                // Currently causing a concurrent modification setting related to InputManager.distributeGesture (preGesture)
     487               
    486488                // initialize Apollo
    487                 //EcosystemManager.getMiscManager().runOnGIOThread(new BlockingRunnable() {
    488                         //public void execute() {
    489                                 ApolloSystem.initialize();
    490                         //}
    491                 //});
     489//              EcosystemManager.getMiscManager().runOnGIOThread(new BlockingRunnable() {
     490//                      public void execute() {
     491//                              ApolloSystem.initialize();
     492//                      }
     493//              });
    492494
    493495               
Note: See TracChangeset for help on using the changeset viewer.