Skip to content

Commit

Permalink
Make ServiceRunner extend ServiceInterface instead of NameProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
AutonomicPerfectionist committed Aug 22, 2023
1 parent 7b17b9f commit 1f2cb73
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package org.myrobotlab.service.interfaces;
import org.myrobotlab.framework.interfaces.NameProvider;
import org.myrobotlab.framework.interfaces.ServiceInterface;

import java.util.List;

public interface ServiceRunner extends NameProvider {
public interface ServiceRunner extends ServiceInterface {

/**
* Get the runner's supported service programming language
Expand Down

0 comments on commit 1f2cb73

Please sign in to comment.