diff --git a/src/main/org/apache/tools/ant/util/Tokenizer.java b/src/main/org/apache/tools/ant/util/Tokenizer.java index 404d7be79..dc9407cb4 100644 --- a/src/main/org/apache/tools/ant/util/Tokenizer.java +++ b/src/main/org/apache/tools/ant/util/Tokenizer.java @@ -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