--- old/src/java.desktop/share/classes/java/beans/PersistenceDelegate.java 2016-05-19 13:20:07.293732000 +0300 +++ new/src/java.desktop/share/classes/java/beans/PersistenceDelegate.java 2016-05-19 13:20:06.283603800 +0300 @@ -89,7 +89,7 @@ /** * The {@code writeObject} is a single entry point to the persistence - * and is used by a {@code Encoder} in the traditional + * and is used by an {@code Encoder} in the traditional * mode of delegation. Although this method is not final, * it should not need to be subclassed under normal circumstances. *