Skip to content

Commit 4c4a383

Browse files
HannesWellvogella
authored andcommitted
Avoid removal warning in AnimatorFactory due to java-doc reference
1 parent 4e87368 commit 4c4a383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Factory for control animators used by JFace to animate the display of an SWT
2222
* Control. Through the use of the method
23-
* {@link org.eclipse.jface.util.Policy#setAnimatorFactory(AnimatorFactory)}
23+
* {@code org.eclipse.jface.util.Policy.setAnimatorFactory(AnimatorFactory)}
2424
* a new type of animator factory can be plugged into JFace.
2525
*
2626
* @since 3.2

0 commit comments

Comments
 (0)