Skip to content

Commit

Permalink
Merge master into current, resolve issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jantischhoefer committed Mar 2, 2021
1 parent 77a3782 commit a67b0ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ public static void main(String[] args) {
new MongoDatabaseService("raketenpraktikum", "raketenpraktikumPool"),
new DataService(dataTypeMap, Collections.emptyMap())
);*/
new DataService(Collections.emptyMap()),
/*new DataService(Collections.emptyMap()),
new DataListener(
List.of(
Address.outgoing(MockRocketPublisher.class, "pub")
)
)
);
);*/
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.telestion.api.message.JsonMessage;
import org.telestion.core.config.Config;
import org.telestion.api.config.Config;
import org.telestion.core.message.Address;

public final class DataListener extends AbstractVerticle {
Expand Down

This file was deleted.

0 comments on commit a67b0ab

Please sign in to comment.