From: <aki...@us...> - 2006-12-14 21:32:50
|
Revision: 1062 http://svn.sourceforge.net/gridarta/?rev=1062&view=rev Author: akirschbaum Date: 2006-12-14 13:32:45 -0800 (Thu, 14 Dec 2006) Log Message: ----------- Remove unused import statement. Modified Paths: -------------- trunk/crossfire/src/cfeditor/gui/ArchComboBox.java Modified: trunk/crossfire/src/cfeditor/gui/ArchComboBox.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/ArchComboBox.java 2006-12-14 21:31:37 UTC (rev 1061) +++ trunk/crossfire/src/cfeditor/gui/ArchComboBox.java 2006-12-14 21:32:45 UTC (rev 1062) @@ -20,7 +20,6 @@ import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; -import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; import javax.swing.AbstractListModel; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |