Changeset 514 for trunk/quest-plugin-core/src/main/java
- Timestamp:
- 07/31/12 10:04:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-core/src/main/java/de/ugoe/cs/quest/plugin/QuestPlugin.java
r513 r514 1 1 package de.ugoe.cs.quest.plugin; 2 3 import java.util.Collection;4 2 5 3 /** … … 34 32 * @return 35 33 */ 36 public Collection<String>getCommandPackages();34 public String[] getCommandPackages(); 37 35 }
Note: See TracChangeset
for help on using the changeset viewer.