提交 99a75b35 编写于 作者: M marcelmhs@gmail.com

Trying to create a branch in version 186

上级 d8f5eb43
......@@ -12,7 +12,7 @@ public class ConsoleLogger extends Thread {
private InputStream in = null;
private PrintStream out = null;
private int index;
private String index;
public InputStream getIn() {
return in;
......@@ -26,10 +26,10 @@ public class ConsoleLogger extends Thread {
public void setOut(PrintStream out) {
this.out = out;
}
public int getIndex() {
public String getIndex() {
return index;
}
public void setIndex(int index) {
public void setIndex(String index) {
this.index = index;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册