File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
LDK/src/org/labkey/ldk/query Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2323import org .apache .logging .log4j .Logger ;
2424import org .apache .logging .log4j .LogManager ;
2525import org .jetbrains .annotations .Nullable ;
26- import org .json .old . JSONObject ;
26+ import org .json .JSONObject ;
2727import org .labkey .api .assay .AssayResultTable ;
2828import org .labkey .api .data .AbstractTableInfo ;
2929import org .labkey .api .data .BuiltInButtonConfig ;
5959
6060
6161/**
62- * Created with IntelliJ IDEA.
6362 * User: bimber
6463 * Date: 9/27/12
6564 * Time: 3:09 PM
@@ -69,7 +68,7 @@ public class DefaultTableCustomizer implements TableCustomizer
6968 private static final String MORE_ACTIONS = "More Actions" ;
7069
7170 private static final Logger _log = LogManager .getLogger (TableCustomizer .class );
72- private Settings _settings ;
71+ private final Settings _settings ;
7372
7473 public DefaultTableCustomizer ()
7574 {
You can’t perform that action at this time.
0 commit comments