Skip to content

Commit 28ff951

Browse files
committed
CR feedback
1 parent a471fb1 commit 28ff951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experiment/src/org/labkey/experiment/api/ExpMaterialTableImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,8 +1832,8 @@ public void overlayMetadata(String tableName, UserSchema schema, Collection<Quer
18321832

18331833
static class SampleTypeAmountPrecisionDisplayColumn extends DataColumn
18341834
{
1835-
Unit typeUnit;
1836-
boolean applySampleTypePrecision = true;
1835+
private Unit typeUnit;
1836+
private boolean applySampleTypePrecision = true;
18371837

18381838
public SampleTypeAmountPrecisionDisplayColumn(ColumnInfo col, Unit typeUnit) {
18391839
super(col, false);

0 commit comments

Comments
 (0)