Skip to content

Commit 4763f2c

Browse files
committed
Refactoring.
1 parent 8d001c9 commit 4763f2c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/java/io/github/albertus82/eqbulletin/gui/listener/FindSameAreaEventsSelectionListener.java

-9
Original file line numberDiff line numberDiff line change
@@ -240,15 +240,6 @@ public int getValue() {
240240
return value;
241241
}
242242

243-
/**
244-
* Returns the style bits that should be used for the input text field. Defaults
245-
* to a single line entry. Subclasses may override.
246-
*
247-
* @return the integer style bits that should be used when creating the input
248-
* text
249-
*
250-
* @since 3.4
251-
*/
252243
protected int getScaleStyle() {
253244
return SWT.HORIZONTAL;
254245
}

0 commit comments

Comments
 (0)