Ignore:
Timestamp:
09/20/12 14:13:07 (12 years ago)
Author:
sherbold
Message:
  • code documentation and clean-up
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-misc/src/main/java/de/ugoe/cs/tasktree/keyboardmaps/KeyboardMapFactory.java

    r655 r838  
    44 
    55/** 
    6  * TODO comment 
     6 * <p> 
     7 * Creates keyboard maps. 
     8 * </p> 
    79 *  
    8  * @version $Revision: $ $Date: 11.07.2012$ 
    9  * @author 2012, last modified by $Author: patrick$ 
     10 * @version 1.0 
     11 * @author Patrick Harms 
    1012 */ 
    1113public class KeyboardMapFactory { 
    1214 
    1315    /** 
    14      * TODO: comment 
    15      *  
     16     * <p> 
     17     * Constructor. Private to prevent initialization of this class. 
     18     * </p> 
    1619     */ 
    1720    private KeyboardMapFactory() { 
    18         // TODO Auto-generated constructor stub 
    1921    } 
    2022 
    2123    /** 
    22      * TODO: comment 
    23      *  
     24     * <p> 
     25     * Returns a {@link KeyboardMap} for the given {@link Locale}. 
     26     * </p> 
     27     * 
     28     * @param locale the locale 
     29     * @return the keyboard map 
    2430     */ 
    2531    public static KeyboardMap createKeyboardMap(Locale locale) { 
Note: See TracChangeset for help on using the changeset viewer.