Skip to content

Commit 2ee8c2f

Browse files
committed
System Touch
1 parent 9e331d5 commit 2ee8c2f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

source/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public Main()
4646

4747
System.out.println(". ND51 North Carolina Labors & Standards A5501 ANationals Standards of Cary, NC 2807 .\n");
4848

49-
InternationalCommonRails.IranianWedding.printSystemComponent(this);
49+
CommonRails.International.IranianWedding.printSystemComponent(this);
5050

5151
System.out.println();
5252

source/commons/CommonRails.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,19 @@ public static <T> Integer size(ArrayList<T> list)
6969
return list.size();
7070
}
7171

72+
public static class International
73+
{
74+
public static class IranianWedding
75+
{
76+
public static void printSystemComponent(Object owner)
77+
{
78+
String message = ". THE US (USA) WERE FINE AND IN FACT RELATED TO AN IRANIAN WEDDING OF REMARKABLE PRECEDENT .\n";
79+
80+
CommonRails.IranianWedding.printInternationalGregorianRhetoric(owner, message);
81+
}
82+
}
83+
}
84+
7285
public static void printStartRecipeSpinner()
7386
{
7487
for(int i=0; i<3; i++)

0 commit comments

Comments
 (0)