Changeset 47 for mymrc

Show
Ignore:
Timestamp:
10/20/07 18:39:22 (5 years ago)
Author:
ciro
Message:

Fixed some comments.

Location:
mymrc/trunk/Java-client/src/org/myMRC
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • mymrc/trunk/Java-client/src/org/myMRC/parser/FormParser.java

    r32 r47  
    6969     * it in the given FormEntry object. 
    7070     * 
    71      * @param entry Parent ListEntry object to store the parsed entry into. 
    7271     * @throws XmlPullParserException if an Exception from the underlying XML 
    7372     *                                parser occurs. 
  • mymrc/trunk/Java-client/src/org/myMRC/screen/FormScreen.java

    r19 r47  
    114114     * Handles an executed command (when the appropriate key was pressed). 
    115115     * 
    116      * @param command Command to execute 
    117      * @param display Reference to the Displayable object 
     116     * @param command     Command to execute 
     117     * @param displayable Reference to the Displayable object 
    118118     */ 
    119119    public void commandAction(Command command, Displayable displayable) { 
  • mymrc/trunk/Java-client/src/org/myMRC/screen/ListScreen.java

    r10 r47  
    123123     * Handles an executed command (when the appropriate key was pressed). 
    124124     * 
    125      * @param command Command to execute 
    126      * @param display Reference to the Displayable object 
     125     * @param command     Command to execute 
     126     * @param displayable Reference to the Displayable object 
    127127     */ 
    128128    public void commandAction(Command command, Displayable displayable) { 
  • mymrc/trunk/Java-client/src/org/myMRC/screen/PlaybackCanvas.java

    r44 r47  
    280280     * (when the appropriate menu softkey was pressed). 
    281281     * 
    282      * @param command Command to execute 
    283      * @param display Reference to the Displayable object 
     282     * @param command     Command to execute 
     283     * @param displayable Reference to the Displayable object 
    284284     */ 
    285285    public void commandAction(Command command, Displayable displayable) {