Changeset 391

Show
Ignore:
Timestamp:
07/28/10 17:30:10 (2 years ago)
Author:
ke
Message:

Removed deprecations, staying with global controller and global step magazine for now.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • kahina/trunk/src/org/kahina/core/KahinaRunner.java

    r386 r391  
    4242    } 
    4343 
    44     @Deprecated 
    4544        public static void store(int id, KahinaObject object) 
    4645        { 
    47                 // TODO we want to do this differently 
    4846                steps.store(id, (KahinaStep) object); 
    4947        } 
    5048 
    5149        @SuppressWarnings("unchecked") 
    52         @Deprecated 
    5350        public static <T extends KahinaObject> T retrieve(Class<T> type, int stepID) 
    5451        {