From aa3b5f43be8a58619b0bdc15a8a9e2309de8365e Mon Sep 17 00:00:00 2001 From: miozune Date: Sun, 18 Jun 2023 17:40:37 +0900 Subject: Cleanup (#36) * updateBuildScript * Remove unused members in PluginGT5Base * Remove GuiRecipeHelper * Use enhanced switch * Remove / suppress unused members * Fix empty catch block * Apply final where possible * Use toArray(IntFunction) * Fix redundant default parameters * Use enhanced for * Use addAll * Fix explicit type argument * Redundant throws * SameParameterValue * String concatenation in loop * constant condition * Redundant initializer * Redundant new String() * Redundant cast * Instantiation of utility class * Fix Javadoc * Don't instantiate DecimalFormat every time * Put curly brackets * Rename: liste -> list * Rename: vertauscht -> swapped * Rename: schritt -> step --- gradle/wrapper/gradle-wrapper.jar | Bin 61574 -> 61608 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'gradle/wrapper/gradle-wrapper.jar') diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 943f0cbfa7..ccebba7710 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ -- cgit