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