fix: Remove unneeded synchronized
keyword
This commit is contained in:
parent
bae1f52d4a
commit
f400487a8d
@ -136,7 +136,7 @@ public class Frame {
|
||||
}
|
||||
}
|
||||
|
||||
private synchronized void close() {
|
||||
private void close() {
|
||||
synchronized (this) {
|
||||
image.close();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user