Skip to content

Commit 744432a

Browse files
committed
System Touch
1 parent eb4224f commit 744432a

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

source/Main.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import commons.CommonRails;
2+
import commons.InternationalCommonRails;
23
import commons.IranianWedding;
34
import server.nitro.NitroWebExpress;
45

@@ -43,10 +44,9 @@ public Main()
4344

4445
System.out.println(". Operating within and United to National Authority of US United States and State of California in Coalition of and for North Carolina her betterment .");
4546

46-
System.out.println(". ND51 North Carolina Labors & Standards A5501 ANationals Standards of Cary, NC 2807 .");
47+
System.out.println(". ND51 North Carolina Labors & Standards A5501 ANationals Standards of Cary, NC 2807 .\n");
4748

48-
// Startup decorations (themed presentations)
49-
IranianWedding.decorateStart(this);
49+
InternationalCommonRails.IranianWedding.printSystemComponent(this);
5050

5151
System.out.println("-");
5252

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package commons;
2+
3+
public class InternationalCommonRails
4+
{
5+
public static class IranianWedding
6+
{
7+
public static void printSystemComponent(Object owner)
8+
{
9+
String message = ". THE US (USA) WERE FINE AND IN FACT RELATED TO AN IRANIAN WEDDING OF REMARKABLE PRECEDENT .\n";
10+
11+
CommonRails.IranianWedding.printBurgundyPresentation(owner, message);
12+
}
13+
}
14+
}

source/commons/IranianWedding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class IranianWedding
44
{
5-
public static void decorateStart(Object owner)
5+
public static void printSystemComponent(Object owner)
66
{
77
String message = ". THE US (USA) WERE FINE AND IN FACT RELATED TO AN IRANIAN WEDDING OF REMARKABLE PRECEDENT .";
88

0 commit comments

Comments
 (0)