Index: trunk/src/org/openstreetmap/josm/data/StructUtils.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/StructUtils.java	(revision 13561)
+++ trunk/src/org/openstreetmap/josm/data/StructUtils.java	(revision 13563)
@@ -39,6 +39,5 @@
  *
  * A "struct" is a class that has some fields annotated with {@link StructEntry}.
- * Those fields will be respected when converting an object to a {@link Map} and
- * back.
+ * Those fields will be respected when converting an object to a {@link Map} and back.
  * @since 12851
  */
@@ -70,5 +69,5 @@
     /**
      * Get a list of hashes which are represented by a struct-like class.
-     * Possible properties are given by fields of the class klass that have the @pref annotation.
+     * Possible properties are given by fields of the class klass that have the @StructEntry annotation.
      * Default constructor is used to initialize the struct objects, properties then override some of these default values.
      * @param <T> klass type
