Changeset 32 for trunk/CrossPare/src/de/ugoe/cs/cpdp/loader
- Timestamp:
- 05/05/15 16:29:40 (10 years ago)
- Location:
- trunk/CrossPare/src/de/ugoe/cs/cpdp/loader
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/loader/AbstractFolderLoader.java
r4 r32 21 21 * Path of the data. 22 22 */ 23 pr ivateString path = "";23 protected String path = ""; 24 24 25 25 /** -
trunk/CrossPare/src/de/ugoe/cs/cpdp/loader/IVersionLoader.java
r4 r32 26 26 */ 27 27 public List<SoftwareVersion> load(); 28 28 29 }
Note: See TracChangeset
for help on using the changeset viewer.