Revision 28375 branches/v2_0_0_prep/libraries/libGeocoding/src/org/gvsig/geocoding/pattern/impl/DefaultGeocodingSettings.java

View differences:

DefaultGeocodingSettings.java
30 30
import org.gvsig.geocoding.pattern.GeocodingSettings;
31 31
import org.gvsig.tools.persistence.PersistenceException;
32 32
import org.gvsig.tools.persistence.PersistentState;
33
import org.slf4j.Logger;
34
import org.slf4j.LoggerFactory;
35 33

  
36 34
/**
37
 * Class Settings. This class has the parameters that define the quality of
38
 * search and the maximun number of results showed in the panel.
35
 * Settings class implementation. This class has the parameters that define the
36
 * quality of search and the maximun number of results showed in the panel.
39 37
 * 
40 38
 * @author <a href="mailto:jsanz@prodevelop.es"> Jorge Gaspar Sanz Salinas</a>
41 39
 * @author <a href="mailto:vsanjaime@prodevelop.es"> Vicente Sanjaime Calvet</a>
42 40
 */
43 41
public class DefaultGeocodingSettings implements GeocodingSettings {
44 42

  
45
	@SuppressWarnings("unused")
46
	private static final Logger log = LoggerFactory
47
			.getLogger(DefaultGeocodingSettings.class);
48

  
49 43
	private static final String SCORE = "score";
50 44
	private static final String RESULTSNUMBER = "resultsnumber";
51 45

  

Also available in: Unified diff