Revision 28375 branches/v2_0_0_prep/libraries/libGeocoding/src/org/gvsig/geocoding/address/impl/DefaultAddress.java

View differences:

DefaultAddress.java
34 34
import org.gvsig.tools.persistence.PersistentState;
35 35

  
36 36
/**
37
 * Class address, this class has the elements to locate one place
37
 * Address class implementation, this class has the elements to locate one place
38 38
 * 
39 39
 * @author <a href="mailto:jsanz@prodevelop.es"> Jorge Gaspar Sanz Salinas</a>
40 40
 * @author <a href="mailto:vsanjaime@prodevelop.es"> Vicente Sanjaime Calvet</a>
......
42 42
public class DefaultAddress implements Address {
43 43

  
44 44
	private static final String MAINLITERAL = "mainliteral";
45

  
46 45
	private Literal mainLiteral = new DefaultLiteral();
47 46

  
48 47
	/**
......
59 58
	 * @param main
60 59
	 */
61 60
	public DefaultAddress(Literal main) {
61
		this();
62 62
		this.mainLiteral = main;
63 63
	}
64 64

  

Also available in: Unified diff