Revision 22982

View differences:

trunk/extensions/extNormalization/src/org/gvsig/normalization/operations/NormAlgorithm.java
437 437
	}
438 438

  
439 439
	/**
440
	 * This method loads the join separators attribute of one Addresselement
440
	 * This method loads the join separators attribute of one Element
441 441
	 * 
442 442
	 * @param ad
443 443
	 * @return with or without joinSeparators
......
518 518
	}
519 519

  
520 520
	/**
521
	 * This method loads the specifics separators of one Addresselement
521
	 * This method loads the specifics separators of one Element
522 522
	 * 
523 523
	 * @param adrElem
524 524
	 * @return separators list
trunk/extensions/extNormalization/src/org/gvsig/normalization/gui/NormPanelModel.java
276 276

  
277 277
	/**
278 278
	 * This method up the selected element one position in the list of
279
	 * Addresselements
279
	 * Elements
280 280
	 * 
281 281
	 * @param pos
282 282
	 */
......
303 303

  
304 304
	/**
305 305
	 * This method down the selected element one position in the list of
306
	 * Addresselements
306
	 * Elements
307 307
	 * 
308 308
	 * @param pos
309 309
	 */
......
328 328
	}
329 329

  
330 330
	/**
331
	 * This method adds a new element(Addresselement) to the pattern
331
	 * This method adds a new element to the pattern
332 332
	 */
333 333
	@SuppressWarnings("unchecked")
334 334
	public void addField() {
......
375 375
	}
376 376

  
377 377
	/**
378
	 * This method erases a selected element (Addresselement) to the list
378
	 * This method erases a selected element to the list
379 379
	 * 
380 380
	 * @param pos
381 381
	 *            position
......
594 594
	}
595 595

  
596 596
	/**
597
	 * This method returns a Addresselement of one position
597
	 * This method returns a Element of one position
598 598
	 * 
599 599
	 * @param index
600 600
	 * @return

Also available in: Unified diff