Author: fschumacher
Date: Wed Dec 26 10:37:15 2018
New Revision: 1849753

URL: http://svn.apache.org/viewvc?rev=1849753&view=rev
Log:
Minimal javadoc cleanup

Modified:
    jmeter/trunk/src/functions/org/apache/jmeter/functions/FileWrapper.java

Modified: 
jmeter/trunk/src/functions/org/apache/jmeter/functions/FileWrapper.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/functions/org/apache/jmeter/functions/FileWrapper.java?rev=1849753&r1=1849752&r2=1849753&view=diff
==============================================================================
--- jmeter/trunk/src/functions/org/apache/jmeter/functions/FileWrapper.java 
(original)
+++ jmeter/trunk/src/functions/org/apache/jmeter/functions/FileWrapper.java Wed 
Dec 26 10:37:15 2018
@@ -29,7 +29,7 @@ import org.slf4j.LoggerFactory;
 
 /**
  * This class wraps the FileRowColContainer for use across multiple threads.
- *
+ * <p>
  * It does this by maintaining a list of open files, keyed by file name (or
  * alias, if used). A list of open files is also maintained for each thread,
  * together with the current line number.
@@ -191,9 +191,6 @@ public final class FileWrapper {
         return fw.currentRow;
     }
 
-    /**
-     *
-     */
     public static void clearAll() {
         log.debug("clearAll()");
         Map<String, FileWrapper> my = filePacks.get();


Reply via email to