Project

General

Profile

« Previous | Next » 

Revision b38c8123

Added by Andreas Müller almost 13 years ago

bugfix for success = false

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/IoStateBase.java
24 24
	
25 25
	private IO currentIO;
26 26

  
27
	private boolean success;
27
	private boolean success = true;
28 28

  
29 29
	CONFIG config;
30 30
	

Also available in: Unified diff