Skip to content

Commit

Permalink
Suppress warnings about deprecated Preferences in legacy Code
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T committed Feb 14, 2024
1 parent e84b5a0 commit 85f9d26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* @since 3.4
*/

@SuppressWarnings("deprecation") // Preferences
public class ProvisioningPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {

private Group browsingGroup, validateGroup;
Expand Down

0 comments on commit 85f9d26

Please sign in to comment.