Revision 27332

View differences:

branches/v2_0_0_prep/libraries/libGeocoding/src/org/gvsig/geocoding/NumberAddress.java
28 28
package org.gvsig.geocoding;
29 29

  
30 30
/**
31
 * Class NumberAddress, this class has the literal of direction, plus the address number
31
 * Class NumberAddress, this class has the literal of direction, plus the
32
 * address number
32 33
 * 
33 34
 * @author <a href="mailto:jsanz@prodevelop.es"> Jorge Gaspar Sanz Salinas</a>
34 35
 * @author <a href="mailto:vsanjaime@prodevelop.es"> Vicente Sanjaime Calvet</a>
......
39 40
	private int number;
40 41

  
41 42
	/**
43
	 * default Constructor
44
	 * 
45
	 */
46
	public NumberAddress() {		
47
		super();
48
	}
49

  
50
	/**
42 51
	 * Constructor with main literal
43 52
	 * 
44 53
	 * @param main
branches/v2_0_0_prep/libraries/libGeocoding/src/org/gvsig/geocoding/Address.java
38 38
	private Literal mainLiteral = new Literal();
39 39

  
40 40
	/**
41
	 * Constructor
41
	 * Default constructor
42 42
	 * 
43
	 */
44
	public Address() {
45

  
46
	}
47

  
48
	/**
49
	 * Constructor with literal parameter
50
	 * 
43 51
	 * @param main
44 52
	 */
45 53
	public Address(Literal main) {
branches/v2_0_0_prep/libraries/libGeocoding/src/org/gvsig/geocoding/ComposeAddress.java
43 43
	private List<Literal> intersectionLiteral = new ArrayList<Literal>();
44 44

  
45 45
	/**
46
	 * default Constructor
47
	 */
48
	public ComposeAddress() {
49
		super();
50
	}
51

  
52
	/**
46 53
	 * Constructor with main literal
47 54
	 * 
48 55
	 * @param main

Also available in: Unified diff