From 04210cce5ade5d59182efbe340fa89a9e7ff678d Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Tue, 27 Feb 2018 01:47:11 +1000 Subject: $ PMD Cleanup. --- .../xmod/gregtech/registration/gregtech/GregtechConduits.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java index 0ab5cb477c..2f48dd73da 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java @@ -38,7 +38,7 @@ public class GregtechConduits { try { cableGt16=(OrePrefixes) GT_Utility.getField(OrePrefixes.class,"cableGt16").get(null); }catch (IllegalAccessException | NullPointerException e){ - throw new Error(e); + e.printStackTrace(); } } } -- cgit