Skip to content

Commit ba336df

Browse files
committed
System Touch
1 parent 0e3004d commit ba336df

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

source/Main.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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;
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package 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
}

0 commit comments

Comments
 (0)