DeterministicKeyChain: remove an @SuppressWarnings annotation

The warning is no longer present so we don't need to suppress.
This commit is contained in:
Sean Gilligan 2022-04-18 10:55:06 -07:00 committed by Andreas Schildbach
parent 5e2e62f868
commit 333cf03e7e

View File

@ -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);