code formatting

This commit is contained in:
Jindra Petk
2013-04-27 20:54:58 +02:00
parent 4b76274387
commit 4367e5ae51
2 changed files with 3 additions and 4 deletions

View File

@@ -25,5 +25,4 @@ public class EndOfStreamException extends RuntimeException {
public EndOfStreamException() {
super("Premature end of the stream reached");
}
}