Skip to content
Snippets Groups Projects
Commit 80f3d1cb authored by brinn's avatar brinn
Browse files

fix: types.BooleanOrUnknown to new package ch.systemsx.cisd.common.types

SVN: 5726
parent b1499098
No related merge requests found
......@@ -22,11 +22,11 @@ import java.util.Collections;
import java.util.Date;
import java.util.List;
import types.BooleanOrUnknown;
import ch.systemsx.cisd.bds.exception.DataStructureException;
import ch.systemsx.cisd.bds.storage.IDirectory;
import ch.systemsx.cisd.common.collections.CollectionIO;
import ch.systemsx.cisd.common.types.BooleanOrUnknown;
/**
* Identifier of the data set. This is an immutable but extendable value object class. An instance
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package types;
package ch.systemsx.cisd.common.types;
/**
* A type which represents a boolean which is third state <code>UNKNOWN</code>. It additionally
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment