Project

General

Profile

« Previous | Next » 

Revision 0fca7e83

Added by Jürgen Koch almost 13 years ago

First adjustments for the web based taxeditor with the http invoker

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/ConversationHolderMock.java
100 100
	public TransactionStatus commit(boolean restartTransaction){
101 101
		return null;
102 102
	}
103
//
104
//	/**
105
//	 * @return the session associated with this conversation manager 
106
//	 */
107
//	private Session getSession() {
108
//		return null;
109
//	}
103

  
104
	/**
105
	 * @return the session associated with this conversation manager 
106
	 */
107
	private Session getSession() {
108
		return null;
109
	}
110 110
//	
111 111
//	/** 
112 112
//	 * @return the session factory that is bound to this conversation manager
......
158 158
//		
159 159
//	}
160 160
//	
161
//	/**
162
//	 * Free resources bound to this conversationHolder
163
//	 */
164
//	public void close(){
165
//
166
//	}
161
	/**
162
	 * Free resources bound to this conversationHolder
163
	 */
164
	public void close(){
165

  
166
	}
167 167
//	
168 168
//	public boolean isClosed(){
169 169
//		return false;

Also available in: Unified diff