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/12/06 14:05:23 UTC

[commons-vfs] branch master updated: Checkstyle.

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 c6e4471  Checkstyle.
c6e4471 is described below

commit c6e44716fb069a72ab913c7e3b856912464d091a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 6 09:05:20 2021 -0500

    Checkstyle.
---
 .../src/main/java/org/apache/commons/vfs2/util/RandomAccessMode.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/RandomAccessMode.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/RandomAccessMode.java
index f3954d0..0d4ff23 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/RandomAccessMode.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/RandomAccessMode.java
@@ -73,7 +73,7 @@ public enum RandomAccessMode {
     /**
      * Gets this instance as an access mode string suitable for other APIs, like {@code "r"} for {@link #READ} and
      * {@code "rw"} for {@link #READWRITE}.
-     * 
+     *
      * @return An access mode String, {@code "r"} for {@link #READ} and {@code "rw"} for {@link #READWRITE}.
      * @since 2.0
      */