Strabon

changeset 244:2600f97e4d69

removed needless main class from Strabon.java
author Babis Nikolaou <charnik@di.uoa.gr>
date Mon Jun 04 16:05:45 2012 +0300 (2012-06-04)
parents 5ab3b73914e9
children daf3442089bb
files runtime/src/main/java/eu/earthobservatory/runtime/generaldb/Strabon.java
line diff
     1.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/generaldb/Strabon.java	Mon Jun 04 16:05:10 2012 +0300
     1.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/generaldb/Strabon.java	Mon Jun 04 16:05:45 2012 +0300
     1.3 @@ -89,12 +89,6 @@
     1.4  	SailRepository repo1;
     1.5  	SailRepositoryConnection con1 = null;
     1.6  
     1.7 -	public static void main(String[] args) {
     1.8 -
     1.9 -		//PgSqlStore db_store;
    1.10 -
    1.11 -	}
    1.12 -
    1.13  	public Strabon(String databaseName, String user, String password, int port, String serverName, boolean checkForLockTable) 
    1.14  	throws SQLException, ClassNotFoundException 
    1.15  	{