summaryrefslogtreecommitdiff
path: root/CommandLineWrapper/JsonResults/JsonResultGetter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineWrapper/JsonResults/JsonResultGetter.cs')
-rw-r--r--CommandLineWrapper/JsonResults/JsonResultGetter.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/CommandLineWrapper/JsonResults/JsonResultGetter.cs b/CommandLineWrapper/JsonResults/JsonResultGetter.cs
index e1bf607..2afd10c 100644
--- a/CommandLineWrapper/JsonResults/JsonResultGetter.cs
+++ b/CommandLineWrapper/JsonResults/JsonResultGetter.cs
@@ -1,10 +1,8 @@
-using static JVCSCommandInvoker;
-
namespace CommandLineWrapper.JsonResults
{
public abstract class JsonResultGetter<TJsonFormat>
{
- protected abstract Task<InvokeResult> ExecCommand(JVCSWorkspace workspace);
+ protected abstract Task<JVCSCommandInvoker.InvokeResult> ExecCommand(JVCSWorkspace workspace);
public async Task<TJsonFormat?> Get(JVCSWorkspace workspace)
{