Skip to content

Commit 66f1dbe

Browse files
committed
Removed synchronised
1 parent b01def5 commit 66f1dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/dataloader/ValueCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ default CompletableFuture<List<V>> setValues(List<K> keys, List<V> values) throw
154154
*/
155155
class ValueCachingNotSupported extends UnsupportedOperationException {
156156
@Override
157-
public synchronized Throwable fillInStackTrace() {
157+
public Throwable fillInStackTrace() {
158158
return this;
159159
}
160160
}

0 commit comments

Comments
 (0)