Skip to content

Commit

Permalink
fix minor compiler warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Bossert <[email protected]>
  • Loading branch information
anb0s committed Mar 30, 2022
1 parent c275d17 commit e3d46c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public class DefineCommands extends ExtensionContributionFactory {
public DefineCommands() {
}

@SuppressWarnings("deprecation")
@Override
public void createContributionItems(IServiceLocator serviceLocator, IContributionRoot additions) {
if (GeneralDataStore.instance().getData().getMenuPopup() != CheckBox.yes) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.StructuredSelection;
import org.eclipse.swt.widgets.Event;
import org.eclipse.jface.text.ITextSelection;
import org.eclipse.jface.text.IBlockTextSelection;
import org.eclipse.ui.IEditorInput;
import org.eclipse.ui.IEditorPart;
import org.eclipse.ui.IFileEditorInput;
Expand Down

0 comments on commit e3d46c9

Please sign in to comment.