Project

General

Profile

« Previous | Next » 

Revision b920f5c2

Added by Andreas Müller over 3 years ago

cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/sdd/SDDImportActivator.java
6 6
 * The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
 * See LICENSE.TXT at the top of this package for the full license terms.
8 8
 */
9

  
10 9
package eu.etaxonomy.cdm.app.sdd;
11 10

  
12 11
import java.net.URI;
......
31 30
 * @author h.fradin
32 31
 * @author l.morris
33 32
 * @since 24.10.2008
34
 * @version 1.0
35 33
 */
36 34
public class SDDImportActivator {
37 35
	@SuppressWarnings("unused")
......
86 84
       //return loadedDataSource;
87 85
       return dataSource;
88 86
   }
89
	/**
90
	 * @param args
91
	 */
87

  
92 88
	public static void main(String[] args) {
93 89
		//String sddSource = SDDSources.SDDImport_local(args[0]+args[1]);
94 90
		//System.out.println("Start import from SDD("+ sddSource.toString() + ") ...");
......
126 122
		} catch (URISyntaxException e) {
127 123
			e.printStackTrace();
128 124
		}
129

  
130 125
	}
131

  
132

  
133
}
126
}

Also available in: Unified diff