--- old/src/java.desktop/share/classes/java/beans/Encoder.java 2015-10-14 20:39:57.186830641 +0400 +++ new/src/java.desktop/share/classes/java/beans/Encoder.java 2015-10-14 20:39:57.002830649 +0400 @@ -35,7 +35,7 @@ * files or streams that encode the state of a collection of * JavaBeans in terms of their public APIs. The Encoder, * in conjunction with its persistence delegates, is responsible for - * breaking the object graph down into a series of Statementss + * breaking the object graph down into a series of {@code Statement}s * and Expressions which can be used to create it. * A subclass typically provides a syntax for these expressions * using some human readable form - like Java source code or XML.