Changeset 159 for trunk/src/org/thestaticvoid/iriverter/Job.java
- Timestamp:
- 04/13/07 19:37:07 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/org/thestaticvoid/iriverter/Job.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/thestaticvoid/iriverter/Job.java
r158 r159 24 24 public interface Job { 25 25 public String getDescription(); 26 public DoSomeShit[] getShitToDo();26 public ShitToDo[] getShitToDo(); 27 27 }
Note: See TracChangeset
for help on using the changeset viewer.
