@@ -311,7 +311,7 @@ public class CryptoInputStream extends FilterInputStream implements
}
@Override
- public void close() throws IOException {
+ public synchronized void close() throws IOException {
if (closed) {
return;