summaryrefslogtreecommitdiff
path: root/opendc-compute/opendc-compute-service/src/main/java
AgeCommit message (Collapse)Author
2022-11-27refactor(compute/service): Do not split interface and implementationFabian Mastenbroek
This change inlines the implementation of the compute service into the `ComputeService` interface. We do not intend to provide multiple implementations of the service. In addition, this approach makes more sense for a Java implementation.