Skip to content

Commit 5369b43

Browse files
committed
refactor: remove duplicate openPorts field from Router
1 parent 961a43e commit 5369b43

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

  • core/src/main/java/com/predic8/membrane/core

core/src/main/java/com/predic8/membrane/core/Router.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@ public class Router implements Lifecycle, ApplicationContextAware, BeanRegistryA
9191
*/
9292
private boolean openPorts = true;
9393

94-
/**
95-
* Indicates whether the router should automatically open TCP ports when adding proxies.
96-
* This flag determines if the ports associated with the proxies are opened immediately
97-
* when they are added to the router. Setting this to {@code false} allows for proxies
98-
* to be defined without opening the associated ports, providing more control over when
99-
* the ports are made accessible.
100-
*/
101-
private boolean openPorts = true;
102-
10394
//
10495
// Configuration
10596
//

0 commit comments

Comments
 (0)