jdk/src/share/classes/javax/swing/JTextPane.java
changeset 22260 c9185e010e03
parent 21982 fd6e5fe509df
child 22574 7f8ce0c8c20a
--- a/jdk/src/share/classes/javax/swing/JTextPane.java	Thu Dec 05 15:49:53 2013 -0500
+++ b/jdk/src/share/classes/javax/swing/JTextPane.java	Fri Jan 10 09:24:47 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -51,7 +51,7 @@
  * be embedded in the flow of text.
  *
  * <dl>
- * <dt><b><font size=+1>Newlines</font></b>
+ * <dt><b>Newlines</b>
  * <dd>
  * For a discussion on how newlines are handled, see
  * <a href="text/DefaultEditorKit.html">DefaultEditorKit</a>.