Makes the tab completion helper properly immutable
This commit is contained in:
parent
16ca3c58b0
commit
4f5772f494
@ -6,7 +6,11 @@ import java.util.List;
|
||||
/**
|
||||
* Helper class for getting string lists required for auto-completion
|
||||
*/
|
||||
public class TabCompletionHelper {
|
||||
public final class TabCompletionHelper {
|
||||
|
||||
private TabCompletionHelper() {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a list of booleans
|
||||
|
Loading…
Reference in New Issue
Block a user