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