Skip to content

Commit 7296d35

Browse files
authored
Merge pull request #121 from sananta/remove-unnecessary-throws
Removed unnecessary throws in initWindows function #120
2 parents 49816ce + 2ba0862 commit 7296d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/jterm/io/input/RawConsoleInput.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private static int getwch() {
129129
return c;
130130
} // normal key
131131

132-
private static synchronized void initWindows() throws IOException {
132+
private static synchronized void initWindows() {
133133
if (initDone) {
134134
return;
135135
}

0 commit comments

Comments
 (0)