Display compute method for the current project
This commit is contained in:
committed by
Laurent Clouet
parent
92a0a4938c
commit
cb03b58dbc
@@ -135,6 +135,11 @@ public class GuiText implements Gui {
|
||||
client = cli;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setComputeMethod(String computeMethod) {
|
||||
System.out.println("Compute method: " + computeMethod);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Client getClient() {
|
||||
return client;
|
||||
|
||||
Reference in New Issue
Block a user