Made future ECR diff commits even more preview friendly

This commit is contained in:
LAX1DUDE
2022-12-30 03:58:10 -08:00
parent 2f42cc9fb6
commit 7759d27cc2
699 changed files with 3755 additions and 3753 deletions

View File

@ -7,20 +7,20 @@
> DELETE 2 @ 2 : 4
> INSERT 3 : 7 @ 5
> INSERT 3 : 7 @ 3
+
+ import com.google.common.collect.Lists;
+ import com.google.common.collect.Maps;
+
> DELETE 7 @ 3 : 4
> DELETE 3 @ 3 : 4
> CHANGE 15 : 16 @ 16 : 17
> CHANGE 15 : 16 @ 15 : 16
~ LinkedHashMap<IProperty, Comparable> linkedhashmap = Maps.newLinkedHashMap(iblockstate.getProperties());
> CHANGE 5 : 6 @ 5 : 6
> CHANGE 4 : 5 @ 4 : 5
~ s = this.name.getName(linkedhashmap.remove(this.name));