summaryrefslogtreecommitdiff
path: root/src/main/java/tlIItools/NameFileReader.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/tlIItools/NameFileReader.java')
-rw-r--r--src/main/java/tlIItools/NameFileReader.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/tlIItools/NameFileReader.java b/src/main/java/tlIItools/NameFileReader.java
index c63ac417..87407162 100644
--- a/src/main/java/tlIItools/NameFileReader.java
+++ b/src/main/java/tlIItools/NameFileReader.java
@@ -107,8 +107,6 @@ public class NameFileReader {
*
* @param from
* The name of the file to read from.
- *
- * @return The number of files read.
*/
public void readFrom(String from) {
try (FileReader fr = new FileReader(from)) {
@@ -126,7 +124,6 @@ public class NameFileReader {
* @param r
* The input source to read from.
*
- * @return The number of files read.
*/
public void readFrom(Reader r) {
Scanner scn = new Scanner(r);