You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2016/05/20 16:44:20 UTC

[2/2] commons-compress git commit: whitespace

whitespace


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/f7cf7ab6
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/f7cf7ab6
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/f7cf7ab6

Branch: refs/heads/master
Commit: f7cf7ab61242d464ddc6d055ec01359a31b5d86b
Parents: 823cdee
Author: Stefan Bodewig <bo...@apache.org>
Authored: Fri May 20 18:43:54 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Fri May 20 18:43:54 2016 +0200

----------------------------------------------------------------------
 .../apache/commons/compress/archivers/tar/TarArchiveEntry.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/f7cf7ab6/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
index a5050bf..c0aed86 100644
--- a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
+++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
@@ -825,7 +825,7 @@ public class TarArchiveEntry implements TarConstants, ArchiveEntry {
      * @since 1.1
      *
      */
-    public boolean isPaxHeader(){
+    public boolean isPaxHeader() {
         return linkFlag == LF_PAX_EXTENDED_HEADER_LC
             || linkFlag == LF_PAX_EXTENDED_HEADER_UC;
     }
@@ -837,7 +837,7 @@ public class TarArchiveEntry implements TarConstants, ArchiveEntry {
      *
      * @since 1.1
      */
-    public boolean isGlobalPaxHeader(){
+    public boolean isGlobalPaxHeader() {
         return linkFlag == LF_PAX_GLOBAL_EXTENDED_HEADER;
     }