Skip to content

Commit

Permalink
Remove useless SuppressWarning in IDEWorkspacePreferencePage
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 13, 2023
1 parent 9029bea commit ae9ebc8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* Copyright (c) 2000, 2018 IBM Corporation and others.
* Copyright (c) 2000, 2023 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -198,7 +198,6 @@ private void createMissingNaturePref(Composite parent) {
missingNatureSeverityCombo.load();
}

@SuppressWarnings("restriction")
private void createMissingEncodingPref(Composite parent) {
missingEncodingSeverityCombo = new ComboFieldEditorInGrid(ResourcesPlugin.PREF_MISSING_ENCODING_MARKER_SEVERITY,
IDEWorkbenchMessages.IDEWorkspacePreference_UnknownEncodingSeverity,
Expand Down

0 comments on commit ae9ebc8

Please sign in to comment.