Manage Legal Notices - Delete
[habeas.git] / src / habeas / Habeas.java
index 5932034..b1782f3 100644 (file)
@@ -5,7 +5,6 @@
  */
 package habeas;
 
-import java.sql.*;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import javax.swing.UIManager;
@@ -22,7 +21,7 @@ public class Habeas {
      */
     public static void main(String[] args) {
         // TODO code application logic here
-        Utility.getConnectionURL();
+        Utility.retrieveConnectionURL();
         
         try {
             UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());