Skip to content

Commit 554c4a1

Browse files
Merge pull request #22 from yuriy-glotanov/2020.1beta
fix MT bug
2 parents ce20957 + 413c3e6 commit 554c4a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/su/interference/persistent/Session.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ protected synchronized RetrieveQueue getContentQueue(Table t) {
286286
try {
287287
retrieveQueue = t.getContentQueue(this);
288288
Future f = rqpool.submit(retrieveQueue.getR());
289-
Object o = f.get();
290289
return retrieveQueue;
291290
} catch (Exception e) {
292291
if (e instanceof ExecutionException) {

0 commit comments

Comments
 (0)