--- old/core/JemmyCore/src/org/jemmy/dock/Shortcut.java 2018-05-20 10:11:48.263729421 +0200 +++ new/core/JemmyCore/src/org/jemmy/dock/Shortcut.java 2018-05-20 10:11:48.203727590 +0200 @@ -39,7 +39,7 @@ @Retention(RetentionPolicy.CLASS) public @interface Shortcut { /** - * If name is not specified, then shortcut's name will same as name of interface method + * @return if name is not specified, then shortcut's name will same as name of interface method */ String name() default ""; }