Changeset 772 for trunk/quest-plugin-core/src/main/java/de/ugoe
- Timestamp:
- 09/05/12 15:53:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-core/src/main/java/de/ugoe/cs/quest/plugin/QuestPlugin.java
r514 r772 1 1 package de.ugoe.cs.quest.plugin; 2 3 import java.util.List; 2 4 3 5 /** … … 22 24 /** 23 25 * <p> 24 * Collectionof {@link String}s that contain the commands defined by this25 * plug-in. 26 * {@link List} of {@link String}s that contain the commands defined by this 27 * plug-in. The List is immutable. 26 28 * </p> 27 29 * <p> … … 32 34 * @return 33 35 */ 34 public String[]getCommandPackages();36 public List<String> getCommandPackages(); 35 37 }
Note: See TracChangeset
for help on using the changeset viewer.