Skip to content

Commit 901aaab

Browse files
committed
Fixed PortSetting super class from SettingInteger to IntegerSetting
1 parent fbc6a76 commit 901aaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash-core/src/main/java/org/logstash/settings/PortSetting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import java.util.function.Predicate;
2323

24-
public final class PortSetting extends SettingInteger {
24+
public final class PortSetting extends IntegerSetting {
2525

2626
public static final Predicate<Integer> VALID_PORT_RANGE = new Predicate<>() {
2727
@Override

0 commit comments

Comments
 (0)