RandomSec/src/main/java/com/metaweb/gridworks/history
2010-02-17 01:30:09 +00:00
..
Change.java Renamed java packages. 2010-02-03 02:29:47 +00:00
ChangeSequence.java make eclipse happier by removing @Override annotations when really it's an interface method implementation 2010-02-07 06:47:52 +00:00
History.java Allow operations to be extracted in abstract forms. 2010-02-17 01:30:09 +00:00
HistoryEntry.java Save a change right after it gets applied rather than when it gets created. This is because when a change gets applied, it might grab onto the old data in order to able to revert later, and we need to save that old data together with the change. 2010-02-08 23:57:37 +00:00
HistoryProcess.java make eclipse happier by removing @Override annotations when really it's an interface method implementation 2010-02-07 06:47:52 +00:00