mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
DeterministicKeyChain: remove an @SuppressWarnings annotation
The warning is no longer present so we don't need to suppress.
This commit is contained in:
parent
5e2e62f868
commit
333cf03e7e
@ -115,7 +115,6 @@ import static java.util.stream.Collectors.toList;
|
||||
*
|
||||
* @author Andreas Schildbach
|
||||
*/
|
||||
@SuppressWarnings("PublicStaticCollectionField")
|
||||
public class DeterministicKeyChain implements EncryptableKeyChain {
|
||||
private static final Logger log = LoggerFactory.getLogger(DeterministicKeyChain.class);
|
||||
protected final ReentrantLock lock = Threading.lock(DeterministicKeyChain.class);
|
||||
|
Loading…
Reference in New Issue
Block a user