Skip to content

Commit d515f2f

Browse files
committed
Suppress removal warning in AnimatorFactory due to java-doc reference
1 parent 6f2025c commit d515f2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/AnimatorFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* @deprecated as of 3.3, this class is no longer used.
2828
*/
2929
@Deprecated(forRemoval = true, since = "2025-03")
30+
@SuppressWarnings("removal")
3031
public class AnimatorFactory {
3132
/**
3233
* Creates a new ControlAnimator for use by JFace in animating

0 commit comments

Comments
 (0)