Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Android lint errors #1

Merged
merged 1 commit into from
Dec 20, 2016
Merged

Fix Android lint errors #1

merged 1 commit into from
Dec 20, 2016

Conversation

kruton
Copy link
Contributor

@kruton kruton commented Dec 20, 2016

Address all of the Android Lint errors that exist in the code. For
things outside of the android/ subtree, add a lint.xml file.

Test: ./gradlew build

Address all of the Android Lint errors that exist in the code. For
things outside of the android/ subtree, add a lint.xml file.

Test: ./gradlew build
@@ -998,7 +998,7 @@ protected int doFinalInternal(byte[] output, int outputOffset, int maximumLen)
try {
aeadBadTagConstructor = Class.forName("javax.crypto.AEADBadTagException")
.getConstructor(String.class);
} catch (ClassNotFoundException | NoSuchMethodException e2) {
} catch (Exception e2) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a slight change in behavior ... just making sure this is what you want.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants