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/DeterminationHistoryDetailSection.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.Collection;
......
26 25
public class DeterminationHistoryDetailSection extends
27 26
		AbstractDeterminationEventDetailSection {
28 27

  
29
	/**
30
	 * @param formFactory
31
	 * @param conversation
32
	 * @param parentElement
33
	 * @param style
34
	 */
35 28
	public DeterminationHistoryDetailSection(CdmFormFactory formFactory,
36 29
			ConversationHolder conversation, ICdmFormElement parentElement,
37 30
			int style) {
......
53 46
		internalUpdateSection(false);
54 47
	}
55 48

  
56
	/** {@inheritDoc} */
57 49
	@Override
58 50
	protected String getTooltipString() {
59 51
		return "Add a determination event to the history";
60 52
	}
61 53

  
62
    /**
63
     * {@inheritDoc}
64
     */
65 54
    @Override
66 55
    public DeterminationEvent addExisting() {
67 56
        return null;
68 57
    }
69 58

  
70
    /**
71
     * {@inheritDoc}
72
     */
73 59
    @Override
74 60
    public boolean allowAddExisting() {
75 61
        return false;
76 62
    }
77

  
78
}
63
}

Also available in: Unified diff