--- old/src/share/classes/javax/swing/tree/TreeSelectionModel.java Wed Jan 7 17:55:56 2015 +++ new/src/share/classes/javax/swing/tree/TreeSelectionModel.java Wed Jan 7 17:55:55 2015 @@ -32,7 +32,7 @@ * This interface represents the current state of the selection for * the tree component. * For information and examples of using tree selection models, - * see How to Use Trees + * see How to Use Trees * in The Java Tutorial. * *