TableColumn.java: Reformated.

2004-05-06  Michael Koch  <konqueror@gmx.de>

	* javax/swing/table/TableColumn.java:
	Reformated.

From-SVN: r81561
This commit is contained in:
Michael Koch 2004-05-06 13:04:07 +00:00 committed by Michael Koch
parent c8b86f1ae5
commit c839552495
2 changed files with 8 additions and 2 deletions

View file

@ -218,9 +218,10 @@ public class TableColumn implements Serializable
* @param oldValue TODO
* @param newValue TODO
*/
private void firePropertyChange(String property, boolean oldValue, boolean newValue) {
private void firePropertyChange(String property, boolean oldValue, boolean newValue)
{
firePropertyChange(property, new Boolean(oldValue), new Boolean(newValue));
} // firePropertyChange()
}
/**
* setModelIndex