From 80d4281fc5c07c3b183d87f3e7da94b12f747caf Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Tue, 27 Jan 2004 18:55:11 +0000 Subject: AbstractCellEditor.java: Reformated. 2004-01-27 Michael Koch * javax/swing/AbstractCellEditor.java: Reformated. * javax/swing/DefaultListSelectionModel.java (listenerList): Made protected. (addListSelectionListener): Javadoc added. (removeListSelectionListener): Likewise. (getListeners): Likewise. (getListSelectionListeners): Likewise. * javax/swing/JComboBox.java: Merged copyright year. * javax/swing/plaf/basic/BasicGraphicsUtils.java: Merged empty line. From-SVN: r76737 --- libjava/javax/swing/AbstractCellEditor.java | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'libjava/javax/swing/AbstractCellEditor.java') diff --git a/libjava/javax/swing/AbstractCellEditor.java b/libjava/javax/swing/AbstractCellEditor.java index b2a4f4c..bc46523 100644 --- a/libjava/javax/swing/AbstractCellEditor.java +++ b/libjava/javax/swing/AbstractCellEditor.java @@ -1,5 +1,5 @@ /* AbstractCellEditor.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -54,15 +54,15 @@ public abstract class AbstractCellEditor { static final long serialVersionUID = -1048006551406220959L; - /** - * listenerList - */ - protected EventListenerList listenerList; + /** + * listenerList + */ + protected EventListenerList listenerList; - /** - * changeEvent - */ - protected transient ChangeEvent changeEvent; + /** + * changeEvent + */ + protected transient ChangeEvent changeEvent; /** * Constructor AbstractCellEditor @@ -165,6 +165,4 @@ public abstract class AbstractCellEditor listeners [index].editingCanceled (changeEvent); } } - - -} // AbstractCellEditor +} -- cgit v1.1