Skip to content
Snippets Groups Projects
Verified Commit 898a7c66 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

update serialversionuids in DatabaseAccessManager

parent b1939d01
Branches
Tags
1 merge request!21Release v0.4.0
...@@ -52,7 +52,7 @@ import org.caosdb.server.utils.Releasable; ...@@ -52,7 +52,7 @@ import org.caosdb.server.utils.Releasable;
*/ */
class ReadAccessSemaphore extends Semaphore implements Releasable { class ReadAccessSemaphore extends Semaphore implements Releasable {
private static final long serialVersionUID = -262226321839837533L; private static final long serialVersionUID = 4384921156838881337L;
private int acquired = 0; // how many thread have read access private int acquired = 0; // how many thread have read access
Semaphore block = new Semaphore(1, true); Semaphore block = new Semaphore(1, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment