From ea3ec354ba3bb5b4ac64b8032816b8e4c407f099 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 28 Dec 2021 00:49:28 -0500 Subject: more code clean up (#38) --- .../java/io/github/moulberry/notenoughupdates/util/GuiTextures.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java') diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java b/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java index 327637b8..d7d5dcc6 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java @@ -3,8 +3,7 @@ package io.github.moulberry.notenoughupdates.util; import net.minecraft.util.ResourceLocation; public class GuiTextures { - - private GuiTextures() {} //Not instantiable. Use import static to access class members. + private GuiTextures() {} // Not instantiable. Use import static to access class members. public static final ResourceLocation itemPaneTabArrow = new ResourceLocation("notenoughupdates:item_pane_tab_arrow.png"); //public static final ResourceLocation prev = new ResourceLocation("notenoughupdates:prev.png"); -- cgit