Project

General

Profile

« Previous | Next » 

Revision d43de9c0

Added by Katja Luther over 10 years ago

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/operation/AbstractPostOperation.java
33 33
	/**
34 34
	 * 
35 35
	 */
36
	private IPostOperationEnabled postOperationEnabled;
36
	protected IPostOperationEnabled postOperationEnabled;
37 37
	
38 38
	/** 
39 39
	 * A reference to the taxon the concrete operation is working on 
......
150 150
	public IPostOperationEnabled getPostOperationEnabled() {
151 151
		return postOperationEnabled;
152 152
	}
153
	
154
	
153 155
}

Also available in: Unified diff