File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ public static class IranianWedding
278278 * Print a single-line burgundy presentation. Respects USE_COLORED_OUTPUT flag;
279279 * when disabled, prints plain text without ANSI codes.
280280 */
281- public static void printBurgundyPresentation (Object owner , String text )
281+ public static void printInternationalGregorianRhetoric (Object owner , String text )
282282 {
283283 if (text == null ) return ;
284284
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public static void printSystemComponent(Object owner)
88 {
99 String message = ". THE US (USA) WERE FINE AND IN FACT RELATED TO AN IRANIAN WEDDING OF REMARKABLE PRECEDENT .\n " ;
1010
11- CommonRails .IranianWedding .printBurgundyPresentation (owner , message );
11+ CommonRails .IranianWedding .printInternationalGregorianRhetoric (owner , message );
1212 }
1313 }
1414}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ 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
9- CommonRails .IranianWedding .printBurgundyPresentation (owner , message );
9+ CommonRails .IranianWedding .printInternationalGregorianRhetoric (owner , message );
1010 }
1111}
You can’t perform that action at this time.
0 commit comments