Yatopia/mappedPatches/0001-test.patch
Simon Gardling c43b088c81 initial work
2021-04-30 21:12:38 -04:00

20 lines
989 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Simon Gardling <titaniumtown@gmail.com>
Date: Fri, 30 Apr 2021 20:21:11 -0400
Subject: [PATCH] test
diff --git a/src/main/java/net/minecraft/CrashReport.java b/src/main/java/net/minecraft/CrashReport.java
index 481e53af7d3f0af3c08b188097b2bd3f22d429a4..bebec9bf87757766607f053889a8c78d3384307d 100644
--- a/src/main/java/net/minecraft/CrashReport.java
+++ b/src/main/java/net/minecraft/CrashReport.java
@@ -21,7 +21,7 @@ import org.apache.logging.log4j.Logger;
public class CrashReport {
private static final Logger LOGGER = LogManager.getLogger();
- private final String message_;
+ private final String message_; // This is a cool test comment!!
private final Throwable cause_;
private final CrashReportSystemDetails systemDetailsSection_ = new CrashReportSystemDetails(this, "System Details");
private final List<CrashReportSystemDetails> otherSections_ = Lists.newArrayList();