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 committed Nov 26, 2024
1 parent a4c710a commit 5b68b81
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 5b68b81

Please sign in to comment.