Remove connection hashes and rename machines to shells

This commit is contained in:
Christopher Schnick
2022-12-14 17:40:16 +01:00
parent 1b77a7cc81
commit da1fe7a511
3 changed files with 23 additions and 11 deletions

View File

@@ -45,8 +45,6 @@ public interface ShellProcessControl extends ProcessControl {
boolean isLocal();
int getConnectionHash();
OsType getOsType();
ShellProcessControl elevated(Predicate<ShellProcessControl> elevationFunction);