package net.ptnkjke.jbeditor.gui.main.constantpanes.constantpane_long; import org.apache.bcel.classfile.ConstantLong; /** * Created by Lopatin on 16.07.2014. */ public class Controller { private ConstantLong constant; public void setConstant(ConstantLong constant) { this.constant = constant; } }