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/07 15:36:28 UTC

[commons-io] branch master updated: Formatting and Javadoc.

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 5463aca  Formatting and Javadoc.
5463aca is described below

commit 5463aca963efb2c3a6da018df0941e82bff1a824
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 7 10:36:26 2021 -0500

    Formatting and Javadoc.
---
 src/test/java/org/apache/commons/io/FileCleanerTest.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/io/FileCleanerTest.java b/src/test/java/org/apache/commons/io/FileCleanerTest.java
index 879b8f0..e807b32 100644
--- a/src/test/java/org/apache/commons/io/FileCleanerTest.java
+++ b/src/test/java/org/apache/commons/io/FileCleanerTest.java
@@ -16,13 +16,14 @@
  */
 package org.apache.commons.io;
 
-@SuppressWarnings("deprecation") // testing deprecated class
 /**
- * This is used to test FileCleaner for correctness.
+ * This is used to test {@link FileCleaner} for correctness.
  *
  * @see FileCleaner
  */
+@SuppressWarnings("deprecation") // testing deprecated class
 public class FileCleanerTest extends FileCleaningTrackerTest {
+
     @Override
     protected FileCleaningTracker newInstance() {
         return FileCleaner.getInstance();