Update of /cvsroot/cobricks/cobricks2/src/org/cobricks/core
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25691/org/cobricks/core
Modified Files:
DataObjectCache.java OntologyDataType.java
Log Message:
Index: DataObjectCache.java
===================================================================
RCS file: /cvsroot/cobricks/cobricks2/src/org/cobricks/core/DataObjectCache.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DataObjectCache.java 27 Jun 2006 10:13:01 -0000 1.2
+++ DataObjectCache.java 30 Nov 2006 14:01:58 -0000 1.3
@@ -232,9 +232,6 @@
+ new Integer(localid).toString());
this.objectsGlobal.remove(o.getGlobalId());
this.objectsLocal.remove(new Integer(o.getId()));
- } else {
- logger.warn("removing from cache problem - DataObject not found: "
- + localid);
}
}
Index: OntologyDataType.java
===================================================================
RCS file: /cvsroot/cobricks/cobricks2/src/org/cobricks/core/OntologyDataType.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- OntologyDataType.java 22 Aug 2005 13:52:06 -0000 1.5
+++ OntologyDataType.java 30 Nov 2006 14:01:58 -0000 1.6
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 Cobricks Group. All rights reserved.
+ * Copyright (c) 2004-2006 Cobricks Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted under the terms of the Cobricks Software
@@ -18,6 +18,7 @@
* ontology data type.
*
* @author Johannes Mathes ma...@in...
+ * @author Michael Koch
*/
public class OntologyDataType
|