Skip to content

Commit

Permalink
fix Unnecessary @SuppressWarnings("deprecation")
Browse files Browse the repository at this point in the history
jdt does not require @SuppressWarnings("deprecation")
 for imports anymore.
  • Loading branch information
EcljpseB0T authored and laeubi committed Dec 21, 2024
1 parent 5810f68 commit 2bd7605
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Test cases for the Path class.
*/
@SuppressWarnings("deprecation") // SubProgressMonitor
public class ProgressMonitorWrapperTest {

/**
Expand Down

0 comments on commit 2bd7605

Please sign in to comment.