Skip to content

Commit

Permalink
7505: Cannot reset websocket server port to default
Browse files Browse the repository at this point in the history
Reviewed-by: hirt
  • Loading branch information
aptmac committed Jan 12, 2022
1 parent be067ab commit 70aa834
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved.
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
Expand Down Expand Up @@ -424,6 +424,7 @@ protected void performDefaults() {
loadItemListSizeFromPrefStore(true);
loadPropertiesArrayStringSizeFromPrefStore(true);
loadEditorRuleEvaluationThreadsFromPrefStore(true);
loadWebsocketPortFromPrefStore(true);
super.performDefaults();
}

Expand Down

0 comments on commit 70aa834

Please sign in to comment.