|
From: <ls...@us...> - 2006-12-30 19:32:33
|
Revision: 2973
http://jnode.svn.sourceforge.net/jnode/?rev=2973&view=rev
Author: lsantha
Date: 2006-12-30 11:32:30 -0800 (Sat, 30 Dec 2006)
Log Message:
-----------
Removed java.sql dependecy.
Modified Paths:
--------------
trunk/core/src/classpath/javax/javax/swing/plaf/metal/MetalFileChooserUI.java
Modified: trunk/core/src/classpath/javax/javax/swing/plaf/metal/MetalFileChooserUI.java
===================================================================
--- trunk/core/src/classpath/javax/javax/swing/plaf/metal/MetalFileChooserUI.java 2006-12-30 19:28:42 UTC (rev 2972)
+++ trunk/core/src/classpath/javax/javax/swing/plaf/metal/MetalFileChooserUI.java 2006-12-30 19:32:30 UTC (rev 2973)
@@ -55,7 +55,7 @@
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
import java.io.File;
-import java.sql.Date;
+import java.util.Date;
import java.text.DateFormat;
import java.text.NumberFormat;
import java.util.List;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|