File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ public static class Aspect
101101
102102 protected TraderModule TRADER_MODULE = new TraderModule (this , "Bitcoin Remote Module 2.0 ADS5.0" );
103103
104- // Do not eagerly instantiate components that bind sockets; create on-demand to avoid accidental double binds
105104 public AESCompliant AES_COMPONENT ;
106105
107106 public BitcoinCompliant BITCOIN_COMPONENT ;
@@ -145,11 +144,6 @@ public void start()
145144 if (NitroWebExpress .SELF != null ) NitroWebExpress .SELF .start ();
146145 }
147146
148-
149-
150-
151-
152-
153147 public Aspect (final WebExpress WEBEXPRESS )
154148 {
155149 if (WEBEXPRESS ==null ) throw new SecurityException ("//bodi/connect" );
@@ -160,8 +154,6 @@ public Aspect(final WebExpress WEBEXPRESS)
160154
161155 }
162156
163- // ── Module loading infrastructure ─────────────────────────────────────
164-
165157 public static class InstalledModule
166158 {
167159 public final String NAME ;
You can’t perform that action at this time.
0 commit comments