Browse Source

unnecessary line break

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@450608 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
367896b928
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/main/org/apache/tools/ant/util/Tokenizer.java

+ 1
- 2
src/main/org/apache/tools/ant/util/Tokenizer.java View File

@@ -33,8 +33,7 @@ public interface Tokenizer {
* of the stream
* @throws IOException if an error occurs
*/
String getToken(Reader in)
throws IOException;
String getToken(Reader in) throws IOException;

/**
* return the string between tokens, after the


Loading…
Cancel
Save