--- old/src/java.base/share/classes/java/util/SortedSet.java 2018-03-26 16:45:59.826464377 -0700 +++ new/src/java.base/share/classes/java/util/SortedSet.java 2018-03-26 16:45:59.582453676 -0700 @@ -89,7 +89,7 @@ * SortedSet<String> sub = s.subSet(low+"\0", high); * *

This interface is a member of the - * + * * Java Collections Framework. * * @param the type of elements maintained by this set