You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/11/27 18:45:49 UTC

[commons-vfs] branch master updated: Fix Checkstyle NewlineAtEndOfFile: File does not end with a newline.

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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 96794e4  Fix Checkstyle NewlineAtEndOfFile: File does not end with a newline.
96794e4 is described below

commit 96794e49c42aa58589130fea1f4fae030fd69567
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 27 13:45:47 2021 -0500

    Fix Checkstyle NewlineAtEndOfFile: File does not end with a newline.
---
 .../src/main/java/org/apache/commons/vfs2/function/VfsConsumer.java     | 2 +-
 .../apache/commons/vfs2/provider/sftp/UserIsOwnerPosixPermissions.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/function/VfsConsumer.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/function/VfsConsumer.java
index e1100e5..4832b21 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/function/VfsConsumer.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/function/VfsConsumer.java
@@ -56,4 +56,4 @@ public interface VfsConsumer<T> {
             after.accept(t);
         };
     }
-}
\ No newline at end of file
+}
diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/UserIsOwnerPosixPermissions.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/UserIsOwnerPosixPermissions.java
index c986e20..35c1085 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/UserIsOwnerPosixPermissions.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/UserIsOwnerPosixPermissions.java
@@ -26,4 +26,4 @@ public class UserIsOwnerPosixPermissions extends PosixPermissions {
     public UserIsOwnerPosixPermissions(final int permissions) {
         super(permissions, true, true);
     }
-}
\ No newline at end of file
+}