Fix lint issues

This commit is contained in:
2018-02-27 12:54:30 +01:00
parent d7b7b11cdf
commit 0d1cfff883
13 changed files with 17 additions and 57 deletions

View File

@ -39,6 +39,7 @@ import java.security.Security;
* @see <a href="http://android-developers.blogspot.ch/2013/08/some-securerandom-thoughts.html">
* http://android-developers.blogspot.ch/2013/08/some-securerandom-thoughts.html</a>
*/
@SuppressWarnings("WeakerAccess")
public final class PRNGFixes {
private static final int VERSION_CODE_JELLY_BEAN = 16;