< prev index next >

core/JemmyCore/src/org/jemmy/input/DefaultCharBindingMap.java

Print this page

        

@@ -36,16 +36,14 @@
 import static org.jemmy.interfaces.Keyboard.KeyboardModifiers.*;
 
 
 
 /**
- *
  * Default implementation of CharBindingMap interface.
  * Provides a mapping for the following symbols:<BR>
- * @see org.jemmy.CharBindingMap
  *
- * @author Alexandre Iline (alexandre.iline@sun.com)
+ * @author shura
  */
 
 public class DefaultCharBindingMap implements CharBindingMap<KeyboardButton, KeyboardModifier> {
 
     private Hashtable<Character, CharKey> chars;
< prev index next >