From 90ee7fb15df54ffdf328b5cf7ce39419cbd31db6 Mon Sep 17 00:00:00 2001 From: Gunther De Wachter Date: Thu, 13 Jul 2017 04:49:10 +0200 Subject: [PATCH] Fixed last commit. I should never trust kate's syntax hilighting in the future again. --- .../java/appeng/core/features/registries/P2PTunnelRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/appeng/core/features/registries/P2PTunnelRegistry.java b/src/main/java/appeng/core/features/registries/P2PTunnelRegistry.java index 1eede8ceb..36fddaba8 100644 --- a/src/main/java/appeng/core/features/registries/P2PTunnelRegistry.java +++ b/src/main/java/appeng/core/features/registries/P2PTunnelRegistry.java @@ -155,7 +155,7 @@ public final class P2PTunnelRegistry implements IP2PTunnelRegistry return null; } - @NonNull + @Nonnull private ItemStack getModItem( final String modID, final String name, final int meta ) {