Changeset 513


Ignore:
Timestamp:
07/31/12 09:57:51 (12 years ago)
Author:
sherbold
Message:
  • changed visibility of interface de.ugoe.cs.quest.plugin.QuestPlugin? to public
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-core/src/main/java/de/ugoe/cs/quest/plugin/QuestPlugin.java

    r511 r513  
    44 
    55/** 
    6  * <p>Interface for QUEST plug-ins.</p> 
     6 * <p> 
     7 * Interface for QUEST plug-ins. 
     8 * </p> 
    79 *  
    810 * @author Steffen Herbold 
    911 * @version 1.0 
    1012 */ 
    11 interface QuestPlugin { 
    12          
     13public interface QuestPlugin { 
     14 
    1315        /** 
    14          * <p>Title of the plug-in.</p> 
     16         * <p> 
     17         * Title of the plug-in. 
     18         * </p> 
     19         *  
    1520         * @return 
    1621         */ 
     
    1823 
    1924        /** 
    20          * <p>Collection of {@link String}s that contain the commands defined by this plug-in.</p> 
    21          * <p>Consult the de.ugoe.cs.utils.console package of the java-utils project for more information.</p> 
     25         * <p> 
     26         * Collection of {@link String}s that contain the commands defined by this 
     27         * plug-in. 
     28         * </p> 
     29         * <p> 
     30         * Consult the de.ugoe.cs.utils.console package of the java-utils project 
     31         * for more information. 
     32         * </p> 
     33         *  
    2234         * @return 
    2335         */ 
Note: See TracChangeset for help on using the changeset viewer.