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