File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ++)
You can’t perform that action at this time.
0 commit comments