Project

General

Profile

« Previous | Next » 

Revision c4de8fcb

Added by Andreas Müller about 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/supplementaldata/SupplementalDataViewerE4.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.view.e4.supplementaldata;
11 10

  
12 11
import javax.inject.Inject;
......
47 46
import eu.etaxonomy.taxeditor.view.e4.AbstractCdmDataViewerE4;
48 47

  
49 48
/**
50
 *
51 49
 * @author pplitzner
52 50
 * @since Aug 10, 2017
53
 *
54 51
 */
55 52
public class SupplementalDataViewerE4 extends AbstractCdmDataViewerE4 {
56 53

  
57 54
	private boolean showDebug;
58 55

  
59
	/** {@inheritDoc} */
60 56
	@Override
61 57
	public ISelection getSelection() {
62 58
		return null;
63 59
	}
64 60

  
65
	/** {@inheritDoc} */
66 61
	@Override
67 62
	public void setSelection(ISelection selection, boolean reveal) {
68

  
69 63
	}
70 64

  
71
	/** {@inheritDoc} */
72 65
	@Override
73 66
	protected void showParts() {
74 67

  

Also available in: Unified diff