Rename project [stage]

This commit is contained in:
crschnick
2023-05-20 14:23:36 +00:00
parent 19f4b0abc4
commit 623d6be4ad
40 changed files with 165 additions and 165 deletions
@@ -55,7 +55,7 @@ public class BeaconClient implements AutoCloseable {
public static BeaconClient connectProxy(ShellStore proxy) throws Exception {
var control = proxy.control().start();
if (!ProxyManagerProvider.get().setup(control)) {
throw new IOException("X-Pipe connector required to perform operation");
throw new IOException("XPipe connector required to perform operation");
}
var command = control.command("xpipe beacon --raw").start();
command.discardErr();
@@ -316,7 +316,7 @@ public class BeaconClient implements AutoCloseable {
@Override
public String toDisplayString() {
return "X-Pipe CLI";
return "XPipe CLI";
}
}
@@ -357,7 +357,7 @@ public class BeaconClient implements AutoCloseable {
@Override
public String toDisplayString() {
return "X-Pipe Gateway " + version;
return "XPipe Gateway " + version;
}
}
@@ -373,7 +373,7 @@ public class BeaconClient implements AutoCloseable {
@Override
public String toDisplayString() {
return String.format("X-Pipe %s API v%s", language, version);
return String.format("XPipe %s API v%s", language, version);
}
}
}