Dev #65

Merged
reynisson merged 67 commits from dev into main 2021-11-16 18:14:00 +00:00
16 changed files with 1 additions and 3 deletions
Showing only changes of commit ee06c0b80e - Show all commits

View File

@ -1,7 +1,5 @@
package ch.unisg.executorrobot.executor.domain; package ch.unisg.executorrobot.executor.domain;
import java.net.http.HttpClient;
import java.net.http.HttpResponse;
import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeUnit;
import ch.unisg.executorrobot.executor.adapter.out.DeleteUserFromRobotAdapter; import ch.unisg.executorrobot.executor.adapter.out.DeleteUserFromRobotAdapter;
@ -30,7 +28,7 @@ public class Executor extends ExecutorBase {
@Override @Override
protected protected
String execution() { String execution(String... input) {
String key = userToRobotPort.userToRobot(); String key = userToRobotPort.userToRobot();
try { try {