--- old/src/java.base/share/classes/java/util/SortedMap.java 2018-03-26 16:45:59.210437362 -0700 +++ new/src/java.base/share/classes/java/util/SortedMap.java 2018-03-26 16:45:58.970426837 -0700 @@ -93,7 +93,7 @@ * SortedMap<String, V> sub = m.subMap(low+"\0", high); * *

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