Project

General

Profile

« Previous | Next » 

Revision aeb80bf1

Added by Andreas Müller about 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/AbstractFormSection.java
1 1
/**
2
 * Copyright (C) 2007 EDIT
3
 * European Distributed Institute of Taxonomy
4
 * http://www.e-taxonomy.eu
2 5
 *
6
 * The contents of this file are subject to the Mozilla Public License Version 1.1
7
 * See LICENSE.TXT at the top of this package for the full license terms.
3 8
 */
4 9
package eu.etaxonomy.taxeditor.ui.element;
5 10

  
......
46 51
 *
47 52
 * @author n.hoffmann
48 53
 * @created Feb 22, 2010
49
 * @param <T>
50 54
 */
51 55
//TODO shouldn't ENTITY be bound with super class ICdmBase for example (AbstractFormSection<ENTITY extends ICdmBase>)?
52 56
public abstract class AbstractFormSection<ENTITY>

Also available in: Unified diff