Skip to content

Commit 2bbef29

Browse files
stephan-herrmanniloveeclipse
authored andcommitted
Remove @SuppressWarnings annotation no longer raised by ecj
Due to eclipse-jdt/eclipse.jdt.core#4293 ecj no longer warnigs about using a method inherited from a deprecated type
1 parent d0cd551 commit 2bbef29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,6 @@ public boolean canStepWithFilters() {
15711571
/**
15721572
* @see org.eclipse.debug.core.model.IFilteredStep#stepWithFilters()
15731573
*/
1574-
@SuppressWarnings("deprecation")
15751574
@Override
15761575
public void stepWithFilters() throws DebugException {
15771576
((IJavaThread) getThread()).stepWithFilters();

0 commit comments

Comments
 (0)