mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
Change ListProfiles class to interface
This commit is contained in:
parent
83a003e80f
commit
0ed5c52f4b
3 changed files with 8 additions and 8 deletions
|
@ -13,7 +13,7 @@ import java.util.Arrays;
|
|||
import java.util.List;
|
||||
import java.util.Properties;
|
||||
|
||||
public class ListProfilesExternal extends ListProfiles {
|
||||
public class ListProfilesExternal implements ListProfiles {
|
||||
|
||||
private final List<String> commandList = new ArrayList<>();
|
||||
private final List<String> envList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue