- Timestamp:
- Jan 22, 2013, 10:24:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/backend/mods/ModManager.java
r640 r645 295 295 */ 296 296 public HashMap<Mod, HashSet<Mod>> checkDependencies(TreeSet<Mod> mods) { 297 // TODO: Verify functionality (checkDependencies)298 297 HashMap<Mod, HashSet<Mod>> res = new HashMap<Mod, HashSet<Mod>>(); 299 298 … … 320 319 */ 321 320 public HashMap<Mod, HashSet<Mod>> checkIncompabitilites(TreeSet<Mod> mods) { 322 // TODO: Verify functionality (checkIncompatibilities)323 321 HashMap<Mod, HashSet<Mod>> res = new HashMap<Mod, HashSet<Mod>>(); 324 322
Note:
See TracChangeset
for help on using the changeset viewer.