We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0142129 commit e6b285aCopy full SHA for e6b285a
1 file changed
source/Main.java
@@ -53,11 +53,11 @@ public Main()
53
54
CommonRails.printSystemComponent(this, this.hashCode(),". National NitroExpress™ Web Engine Starting .");
55
56
- NationalDriver driver = new NationalDriver();
+ NationalDriver DRIVER = new NationalDriver();
57
58
- driver.printOrderedComponents();
+ DRIVER.printOrderedComponents();
59
60
- driver.clear();
+ DRIVER.clear();
61
62
NitroWebExpress NITRO = new NitroWebExpress(Main.WEBEXPRESS_PORT, Main.WEBEXPRESS_HOSTNAME, Main.WEB_EXPRESS_SERVER_THREADNAME);
63
0 commit comments