Skip to content

Commit e770cc1

Browse files
authored
remove throws IOException from RFC5424Frame.next(); signature (#69)
1 parent 42df956 commit e770cc1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/com/teragrep/rlo_06/RFC5424Frame.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
*/
4646
package com.teragrep.rlo_06;
4747

48-
import java.io.IOException;
4948
import java.io.InputStream;
5049
import java.util.function.Consumer;
5150

@@ -107,7 +106,7 @@ public RFC5424Frame(boolean lineFeedTermination) {
107106
);
108107
}
109108

110-
public boolean next() throws IOException {
109+
public boolean next() {
111110
/*
112111
Following abbreviations are used to indicate parsing in the comments.
113112

0 commit comments

Comments
 (0)