diff options
Diffstat (limited to 'libjava/javax/swing/text/StyledEditorKit.java')
-rw-r--r-- | libjava/javax/swing/text/StyledEditorKit.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/javax/swing/text/StyledEditorKit.java b/libjava/javax/swing/text/StyledEditorKit.java index d3db03e208d..f1858309a5a 100644 --- a/libjava/javax/swing/text/StyledEditorKit.java +++ b/libjava/javax/swing/text/StyledEditorKit.java @@ -35,6 +35,7 @@ this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ + package javax.swing.text; import java.awt.Color; @@ -42,12 +43,12 @@ import java.awt.event.ActionEvent; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.io.Serializable; + import javax.swing.Action; import javax.swing.JEditorPane; import javax.swing.event.CaretEvent; import javax.swing.event.CaretListener; - /** * StyledEditorKit * |