mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-17 05:37:12 +00:00
Generic dependency update
A couple of changes caused by checkstyle being a little more strict.
This commit is contained in:
@@ -49,7 +49,7 @@ public class FabricContainerTransfer implements ContainerTransfer {
|
||||
*
|
||||
* @param <T> The type of the object to accept.
|
||||
*/
|
||||
private static class GatePredicate<T> implements Predicate<T> {
|
||||
private static final class GatePredicate<T> implements Predicate<T> {
|
||||
private @Nullable T instance = null;
|
||||
|
||||
@Override
|
||||
@@ -67,7 +67,7 @@ public class FabricContainerTransfer implements ContainerTransfer {
|
||||
}
|
||||
}
|
||||
|
||||
private static class SlottedImpl extends FabricContainerTransfer implements ContainerTransfer.Slotted {
|
||||
private static final class SlottedImpl extends FabricContainerTransfer implements ContainerTransfer.Slotted {
|
||||
private final SlottedStorage<ItemVariant> storage;
|
||||
|
||||
SlottedImpl(SlottedStorage<ItemVariant> storage) {
|
||||
|
||||
Reference in New Issue
Block a user