Skip to content

Commit 70aa834

Browse files
committed
7505: Cannot reset websocket server port to default
Reviewed-by: hirt
1 parent be067ab commit 70aa834

File tree

1 file changed

+2
-1
lines changed
  • application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/preferences

1 file changed

+2
-1
lines changed

application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/preferences/GeneralPage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
@@ -424,6 +424,7 @@ protected void performDefaults() {
424424
loadItemListSizeFromPrefStore(true);
425425
loadPropertiesArrayStringSizeFromPrefStore(true);
426426
loadEditorRuleEvaluationThreadsFromPrefStore(true);
427+
loadWebsocketPortFromPrefStore(true);
427428
super.performDefaults();
428429
}
429430

0 commit comments

Comments
 (0)