1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-11-19 00:04:53 +00:00
CC-Tweaked/projects/web/src
Jonathan Coates cab66a2d6e
Replace Collections methods with {List,Map,Set}.of
The two implementations aren't entirely compatible - the implementation
returned by .of will throw an NPE on .contains(null), whereas the
Collections implementations just return false. However, we try to avoid
passing null to collections methods, so this should be safe.

There's no strong reason to do this, but it helps make the code a little
more consistent
2023-10-21 10:37:43 +01:00
..
builder/java/cc/tweaked/web/builder Build a web-based emulator for the documentation site (#1597) 2023-10-03 09:19:19 +01:00
frontend Build a web-based emulator for the documentation site (#1597) 2023-10-03 09:19:19 +01:00
htmlTransform Small cleanup to our web build scripts 2023-10-08 13:14:02 +01:00
main/java Replace Collections methods with {List,Map,Set}.of 2023-10-21 10:37:43 +01:00