File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ public Main()
4444
4545 System .out .println (". ND51 North Carolina Labors & Standards A5501 ANationals Standards of Cary, NC 2807 ." );
4646
47+ // Startup decorations (themed presentations)
48+ commons .StartupDecorator .decorateStart (this );
49+
4750 System .out .println ("-" );
4851
4952 CommonRails .printSystemComponent (this , this .hashCode (),". Java™ National Finance Engine v.2811.1 v.11.1 ." );
5053
5154 CommonRails .printSystemComponent (this , this .hashCode (),". National NitroExpress™ Web Engine Starting ." );
5255
53- // Startup decorations (themed presentations)
54- commons .StartupDecorator .decorateStart (this );
55-
5656 NitroWebExpress nitro = new NitroWebExpress (Main .WEBEXPRESS_PORT , Main .WEBEXPRESS_HOSTNAME , Main .WEB_EXPRESS_SERVER_THREADNAME );
5757
5858 nitro .PORT = 49152 ;
Original file line number Diff line number Diff line change 11package commons ;
22
3- public class StartupDecorator {
3+ public class StartupDecorator
4+ {
5+ public static void decorateStart (Object owner )
6+ {
7+ String message = ". THE US (USA) WERE FINE AND IN FACT RELATED TO AN IRANIAN WEDDING OF REMARKABLE PRECEDENT ." ;
48
5- public static void decorateStart (Object owner ) {
6- String message = "The US (USA) were fine and in fact related to an Iranian Wedding of remarkable precedent" ;
7-
8- // Print the burgundy presentation and log via CommonRails
99 CommonRails .IranianWedding .printBurgundyPresentation (owner , message );
1010 }
1111}
You can’t perform that action at this time.
0 commit comments