Remove unused Slf4j annotations and imports

This commit is contained in:
Jordan Atwood
2021-07-12 00:49:16 -07:00
parent f0b406e117
commit 1ea92b03ef
8 changed files with 0 additions and 16 deletions

View File

@@ -32,13 +32,11 @@ import javax.swing.text.JTextComponent;
import jdk.jshell.JShell;
import jdk.jshell.SourceCodeAnalysis;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.fife.ui.autocomplete.BasicCompletion;
import org.fife.ui.autocomplete.Completion;
import org.fife.ui.autocomplete.CompletionProviderBase;
import org.fife.ui.autocomplete.ParameterizedCompletion;
@Slf4j
@RequiredArgsConstructor
public class JShellAutocompleteProvider extends CompletionProviderBase
{