suppress AutoValue mutable byte array warnings

This commit is contained in:
Vincent Breitmoser
2018-01-22 01:35:09 +01:00
parent ac96fea1fc
commit 29a740a902
8 changed files with 11 additions and 0 deletions

View File

@@ -325,6 +325,7 @@ public abstract class PublicKeyRetrievalLoader extends AsyncTaskLoader<KeyRetrie
@Nullable
abstract Long getMasterKeyId();
@Nullable
@SuppressWarnings("mutable")
abstract byte[] getKeyData();
abstract boolean isSecretKeyAvailable();