Skip to content

Commit 089ee6f

Browse files
committed
Removal of deprecation details due to warning caused in #2268
1 parent 6d2b614 commit 089ee6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/TextViewer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3212,7 +3212,7 @@ public void setTopIndex(int index) {
32123212
* @return the view port height in lines
32133213
* @deprecated as of 3.2
32143214
*/
3215-
@Deprecated(forRemoval= true, since= "2025-12")
3215+
@Deprecated
32163216
protected int getVisibleLinesInViewport() {
32173217
if (fTextWidget != null) {
32183218
Rectangle clArea= fTextWidget.getClientArea();

0 commit comments

Comments
 (0)