Skip to content

Commit 858db0f

Browse files
committed
System Touch
1 parent 744432a commit 858db0f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

source/commons/CommonRails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

source/commons/InternationalCommonRails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

source/commons/IranianWedding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)