--- jsr166/src/jsr166x/ConcurrentSkipListMap.java 2013/10/22 15:21:30 1.33 +++ jsr166/src/jsr166x/ConcurrentSkipListMap.java 2015/09/03 22:54:46 1.35 @@ -1270,7 +1270,7 @@ public class ConcurrentSkipListMap } } - /** + /** * Removes first entry; return key or null if empty. */ K pollFirstKey() { @@ -1728,7 +1728,7 @@ public class ConcurrentSkipListMap * distinct because readObject calls can't be nicely adapted * as the kind of iterator needed by buildFromSorted. (They * can be, but doing so requires type cheats and/or creation - * of adaptor classes.) It is simpler to just adapt the code. + * of adapter classes.) It is simpler to just adapt the code. */ HeadIndex h = head;