--- old/src/share/classes/javax/swing/tree/ExpandVetoException.java 2013-09-27 16:03:19.325157890 +0400 +++ new/src/share/classes/javax/swing/tree/ExpandVetoException.java 2013-09-27 16:03:19.177159751 +0400 @@ -30,7 +30,7 @@ /** * Exception used to stop and expand/collapse from happening. * See How to Write a Tree-Will-Expand Listener + href="http://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html">How to Write a Tree-Will-Expand Listener * in The Java Tutorial * for further information and examples. *