Is there  some value in the line marked by question marks?

  private static String setUpOptions(final ConsoleReader reader, final
String className, final Map<String,String> options) ... {
    ...
          if (input == null) {
            reader.printNewline();
            throw new IOException("Input stream closed");
          } else {
            input = new String(input);  <--- ????
          }
  }

Reply via email to