Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/menu/MeasurementUnitMenuPreferences.java
7 7
import eu.etaxonomy.taxeditor.store.TermStore;
8 8

  
9 9
/**
10
 * @author n.hoffmann
10
 * <p>MeasurementUnitMenuPreferences class.</p>
11 11
 *
12
 * @author n.hoffmann
13
 * @version $Id: $
12 14
 */
13 15
public class MeasurementUnitMenuPreferences extends AbstractMenuPreferences<MeasurementUnit> {
14 16

  
17
	/**
18
	 * <p>Constructor for MeasurementUnitMenuPreferences.</p>
19
	 */
15 20
	public MeasurementUnitMenuPreferences() {
16 21
		super(TermStore.getMeasurementUnits(), 
17 22
				"Measurement Units", 
......
22 27
	/* (non-Javadoc)
23 28
	 * @see eu.etaxonomy.taxeditor.preference.menu.AbstractMenuPreferences#getTermClass()
24 29
	 */
30
	/** {@inheritDoc} */
25 31
	@Override
26 32
	protected Class<MeasurementUnit> getTermClass() {
27 33
		return MeasurementUnit.class;

Also available in: Unified diff