--- jsr166/src/jsr166x/ConcurrentSkipListMap.java 2011/04/27 14:06:30 1.14 +++ jsr166/src/jsr166x/ConcurrentSkipListMap.java 2011/10/25 18:46:37 1.15 @@ -1689,7 +1689,7 @@ public class ConcurrentSkipListMap /* ---------------- Serialization -------------- */ /** - * Save the state of the Map instance to a stream. + * Saves the state of the Map instance to a stream. * * @serialData The key (Object) and value (Object) for each * key-value mapping represented by the Map, followed by @@ -1714,7 +1714,7 @@ public class ConcurrentSkipListMap } /** - * Reconstitute the Map instance from a stream. + * Reconstitutes the Map instance from a stream. */ private void readObject(final java.io.ObjectInputStream s) throws java.io.IOException, ClassNotFoundException {