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 warnings #200

Merged
merged 1 commit into from
Jul 11, 2019
Merged

Fix warnings #200

merged 1 commit into from
Jul 11, 2019

Conversation

sixdouglas
Copy link
Contributor

@sixdouglas sixdouglas commented Jul 10, 2019

In the AESCipher.java class, I've replaced the AESFastEngine by AESEngine as the first one is deprecated. I used the AESEngine as replacement as it is the one suggested by the JavaDoc.

In the other classes, I've replace the use of raw Map to the parametrised type.

I've also replaced raw ArrayList by the parametrised interface List<>. These changes may be broking ones as some fields are protected.

@sixdouglas
Copy link
Contributor Author

Linked to issue #193

@andreasrosdal andreasrosdal added the pr-needs-review This pull request needs a good code review label Jul 10, 2019
@andreasrosdal
Copy link
Contributor

Thanks! Please add a description to this, and the other PRs. What have you changed?

@andreasrosdal andreasrosdal merged commit 79bfb41 into LibrePDF:master Jul 11, 2019
@sixdouglas sixdouglas deleted the RemovingWarnings branch August 10, 2019 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-needs-review This pull request needs a good code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants