Skip to content

Commit

Permalink
Remove now unneeded @SuppressWarnings to fix compilation error
Browse files Browse the repository at this point in the history
That was used for imports only and not needed anymore after
eclipse-jdt/eclipse.jdt.core#2680

See eclipse-platform/eclipse.platform.releng.aggregator#2178
  • Loading branch information
iloveeclipse committed Jul 10, 2024
1 parent 3a3eba1 commit 7dd6cbf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
* @noinstantiate This class is not intended to be instantiated by clients.
* @noextend This class is not intended to be subclassed by clients.
*/
@SuppressWarnings("deprecation")
public class JDIDebugModel {

/**
Expand Down

0 comments on commit 7dd6cbf

Please sign in to comment.