diff options
Diffstat (limited to 'src/main/java/Ic2ExpReactorPlanner/TaloniusDecoder.java')
-rw-r--r-- | src/main/java/Ic2ExpReactorPlanner/TaloniusDecoder.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/Ic2ExpReactorPlanner/TaloniusDecoder.java b/src/main/java/Ic2ExpReactorPlanner/TaloniusDecoder.java index 13d73a3df6..1927275485 100644 --- a/src/main/java/Ic2ExpReactorPlanner/TaloniusDecoder.java +++ b/src/main/java/Ic2ExpReactorPlanner/TaloniusDecoder.java @@ -4,9 +4,11 @@ import java.math.BigInteger; /** * Pulls values out of codes from Talonius's old reactor planner. + * * @author Brian McCloud */ public class TaloniusDecoder { + private BigInteger dataStack = null; public TaloniusDecoder(final String dataCode) { |