Skip to content

Commit 40205c9

Browse files
committed
remove TODOs that are done
1 parent bf2ce1e commit 40205c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,6 @@ public StringExpression getURL(ColumnInfo parent)
316316
Unit typeUnit = getSampleTypeUnit();
317317
if (typeUnit != null)
318318
{
319-
// TODO check on the case for issue 52745
320-
// TODO check on Issue 48500: For the MultiValuedDisplayColumn this may be an empty string when the actual value is null
321-
322319
SampleTypeAmountDisplayColumn columnInfo = new SampleTypeAmountDisplayColumn(this, Column.StoredAmount.name(), Column.Units.name(), label, typeUnit);
323320
columnInfo.setShownInUpdateView(true);
324321
columnInfo.setShownInInsertView(true);

0 commit comments

Comments
 (0)