Revision 111 org.gvsig.sextante/trunk/org.gvsig.sextante.app/org.gvsig.sextante.app.algorithm/org.gvsig.sextante.app.algorithm.intersection/src/main/java/org/gvsig/sextante/app/algorithm/intersection/IntersectionLibrary.java

View differences:

IntersectionLibrary.java
20 20
 */
21 21
package org.gvsig.sextante.app.algorithm.intersection;
22 22

  
23
import es.unex.sextante.core.Sextante;
24

  
23 25
import org.gvsig.i18n.Messages;
24 26
import org.gvsig.sextante.app.algorithm.base.core.AlgorithmAbstractLibrary;
25 27
import org.gvsig.tools.library.LibraryException;
26 28

  
27
import es.unex.sextante.core.Sextante;
28

  
29 29
/**
30 30
 * Initialization of IntersectionLibrary library. 
31 31
 * 
......
33 33
 */
34 34
public class IntersectionLibrary extends AlgorithmAbstractLibrary {
35 35

  
36
	public IntersectionLibrary() {
37
		super(IntersectionLibrary.class);
38
	}
39

  
36 40
	@Override
37 41
	protected void doInitialize() throws LibraryException {
38 42
		

Also available in: Unified diff