--- old/core/JemmyCore/src/org/jemmy/dock/DefaultParent.java 2018-05-20 10:11:47.190696676 +0200 +++ new/core/JemmyCore/src/org/jemmy/dock/DefaultParent.java 2018-05-20 10:11:47.138695089 +0200 @@ -42,7 +42,7 @@ @Documented public @interface DefaultParent { /** - * Description of a parent represented by the annotated method. + * @return description of a parent represented by the annotated method. */ String value(); }