blob: b0b1076c1043dbd97b46ab1c34939958bf887b43 [file] [log] [blame]
public static String getLine() {
try {
return textIn.readLine();
} catch (IOException e) {
//Should never happen, isReady() tests for errors
doSomething();
}
}