mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-04 19:37:55 +00:00
Switch a few more places to use Java 17 features
New ErrorProne hint, and one which is actually pretty useful!
This commit is contained in:
@@ -168,6 +168,7 @@ public class TransformingClassLoader extends ClassLoader {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("ArrayRecordComponent")
|
||||
private record TransformedClass(String name, byte[] contents) {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user