-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make SubField instance variable private and final
- Fix spelling in Javadoc - Add missing Javadoc - Remove unused and untested APIs - Use String.valueOf instead of throw away String - Change new method names closer to standard Java API names - Use JUnit 5, not 4 APIs - Use compact array notation - Use final - Use Objects.requireNonNull() - More precise exception testing - Remove extra parentheses - Remove dead comment - Remove extra whitespace - Sentences start with a capital
- Loading branch information
1 parent
648d509
commit 5a46298
Showing
6 changed files
with
209 additions
and
257 deletions.
There are no files selected for viewing
227 changes: 0 additions & 227 deletions
227
src/main/java/org/apache/commons/compress/compressors/gzip/Extra.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.