Makes the tab completion helper properly immutable
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user