Project

General

Profile

« Previous | Next » 

Revision 97e308a9

Added by Andreas Müller almost 3 years ago

cleanup and remove generics from Identifier class

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/CurrentDeterminationDetailSection.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.taxeditor.ui.section.occurrence;
11 10

  
12 11
import java.util.Arrays;
......
36 35
public class CurrentDeterminationDetailSection extends
37 36
		AbstractDeterminationEventDetailSection {
38 37

  
39
	/**
40
	 * @param formFactory
41
	 * @param conversation
42
	 * @param parentElement
43
	 * @param style
44
	 */
45 38
	public CurrentDeterminationDetailSection(CdmFormFactory formFactory,
46 39
			ConversationHolder conversation, ICdmFormElement parentElement,
47 40
			int style) {
......
105 98
		return newElement;
106 99
	}
107 100

  
108
	/** {@inheritDoc} */
109 101
	@Override
110 102
	protected String getTooltipString() {
111 103
		return "Create new current determination event";
112 104
	}
113 105

  
114
    /**
115
     * {@inheritDoc}
116
     */
117 106
    @Override
118 107
    public DeterminationEvent addExisting() {
119 108
        return null;
120 109
    }
121 110

  
122
    /**
123
     * {@inheritDoc}
124
     */
125 111
    @Override
126 112
    public boolean allowAddExisting() {
127 113
        return false;
128 114
    }
129

  
130
}
115
}

Also available in: Unified diff