This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new ead6fd6 Camel-case name. ead6fd6 is described below commit ead6fd6a505d199fe9d6bdbc466af201550fc31c Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 30 14:06:32 2019 -0400 Camel-case name. --- .../apache/commons/compress/archivers/dump/DumpArchiveSummary.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveSummary.java b/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveSummary.java index f17e70f..55e7a78 100644 --- a/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveSummary.java +++ b/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveSummary.java @@ -154,10 +154,10 @@ public class DumpArchiveSummary { /** * Set the last mountpoint. - * @param filesystem the last mountpoint + * @param fileSystem the last mountpoint */ - public void setFilesystem(final String filesystem) { - this.filesys = filesystem; + public void setFilesystem(final String fileSystem) { + this.filesys = fileSystem; } /**