Revision 30633 branches/v2_0_0_prep/applications/appGazetteer/src/org/gvsig/gazetteer/GazetteerLibrary.java

View differences:

GazetteerLibrary.java
27 27
 
28 28
package org.gvsig.gazetteer;
29 29

  
30
import org.gvsig.tools.library.AbstractLibrary;
30 31
import org.gvsig.tools.library.LibraryException;
31
import org.gvsig.tools.library.impl.BaseLibrary;
32 32
import org.gvsig.tools.locator.ReferenceNotRegisteredException;
33 33

  
34 34
/**
35 35
 * @author <a href="mailto:jpiera@gvsig.org">Jorge Piera</a>
36 36
 */
37
public class GazetteerLibrary extends BaseLibrary  {
37
public class GazetteerLibrary extends AbstractLibrary  {
38 38
		
39 39
	@Override
40 40
	protected void doInitialize() throws LibraryException {

Also available in: Unified diff