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


The following commit(s) were added to refs/heads/master by this push:
     new 9d8a87ce Normalize end of comments
9d8a87ce is described below

commit 9d8a87ceea65728f02e6ed4d107de994ac02d056
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 20 10:50:25 2024 -0500

    Normalize end of comments
---
 .../java/org/apache/commons/io/comparator/ExtensionFileComparator.java   | 1 -
 src/main/java/org/apache/commons/io/comparator/PathFileComparator.java   | 1 -
 src/main/java/org/apache/commons/io/comparator/SizeFileComparator.java   | 1 -
 src/main/java/org/apache/commons/io/input/BOMInputStream.java            | 1 -
 .../java/org/apache/commons/io/monitor/FileAlterationMonitorTest.java    | 1 -
 .../java/org/apache/commons/io/monitor/FileAlterationObserverTest.java   | 1 -
 6 files changed, 6 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/io/comparator/ExtensionFileComparator.java 
b/src/main/java/org/apache/commons/io/comparator/ExtensionFileComparator.java
index 6960a904..a48daec6 100644
--- 
a/src/main/java/org/apache/commons/io/comparator/ExtensionFileComparator.java
+++ 
b/src/main/java/org/apache/commons/io/comparator/ExtensionFileComparator.java
@@ -108,7 +108,6 @@ public class ExtensionFileComparator extends 
AbstractFileComparator implements S
      * is less than the second, zero if the extensions are the
      * same and a positive value if the first files extension
      * is greater than the second file.
-     *
      */
     @Override
     public int compare(final File file1, final File file2) {
diff --git 
a/src/main/java/org/apache/commons/io/comparator/PathFileComparator.java 
b/src/main/java/org/apache/commons/io/comparator/PathFileComparator.java
index 80579d13..9d6d3682 100644
--- a/src/main/java/org/apache/commons/io/comparator/PathFileComparator.java
+++ b/src/main/java/org/apache/commons/io/comparator/PathFileComparator.java
@@ -103,7 +103,6 @@ public class PathFileComparator extends 
AbstractFileComparator implements Serial
      * is less than the second, zero if the paths are the
      * same and a positive value if the first files path
      * is greater than the second file.
-     *
      */
     @Override
     public int compare(final File file1, final File file2) {
diff --git 
a/src/main/java/org/apache/commons/io/comparator/SizeFileComparator.java 
b/src/main/java/org/apache/commons/io/comparator/SizeFileComparator.java
index 21463bd0..b9d08642 100644
--- a/src/main/java/org/apache/commons/io/comparator/SizeFileComparator.java
+++ b/src/main/java/org/apache/commons/io/comparator/SizeFileComparator.java
@@ -113,7 +113,6 @@ public class SizeFileComparator extends 
AbstractFileComparator implements Serial
      * is less than the second, zero if the lengths are the
      * same and a positive value if the first files length
      * is greater than the second file.
-     *
      */
     @Override
     public int compare(final File file1, final File file2) {
diff --git a/src/main/java/org/apache/commons/io/input/BOMInputStream.java 
b/src/main/java/org/apache/commons/io/input/BOMInputStream.java
index b113a0f3..3a2aed52 100644
--- a/src/main/java/org/apache/commons/io/input/BOMInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/BOMInputStream.java
@@ -326,7 +326,6 @@ public class BOMInputStream extends ProxyInputStream {
      * @return The BOM charset Name or null if no BOM found
      * @throws IOException
      *             if an error reading the first bytes of the stream occurs
-     *
      */
     public String getBOMCharsetName() throws IOException {
         getBOM();
diff --git 
a/src/test/java/org/apache/commons/io/monitor/FileAlterationMonitorTest.java 
b/src/test/java/org/apache/commons/io/monitor/FileAlterationMonitorTest.java
index 637a6852..f1fb99df 100644
--- a/src/test/java/org/apache/commons/io/monitor/FileAlterationMonitorTest.java
+++ b/src/test/java/org/apache/commons/io/monitor/FileAlterationMonitorTest.java
@@ -42,7 +42,6 @@ public class FileAlterationMonitorTest extends 
AbstractMonitorTest {
 
     /**
      * Constructs a new test case.
-     *
      */
     public FileAlterationMonitorTest() {
         listener = new CollectionFileListener(false);
diff --git 
a/src/test/java/org/apache/commons/io/monitor/FileAlterationObserverTest.java 
b/src/test/java/org/apache/commons/io/monitor/FileAlterationObserverTest.java
index b7cc46e8..faae878a 100644
--- 
a/src/test/java/org/apache/commons/io/monitor/FileAlterationObserverTest.java
+++ 
b/src/test/java/org/apache/commons/io/monitor/FileAlterationObserverTest.java
@@ -37,7 +37,6 @@ public class FileAlterationObserverTest extends 
AbstractMonitorTest {
 
     /**
      * Constructs a new instance.
-     *
      */
     public FileAlterationObserverTest() {
         listener = new CollectionFileListener(true);

Reply via email to