Skip to content
Snippets Groups Projects
Commit 12413786 authored by kaloyane's avatar kaloyane
Browse files

[LMS-2163] minor comment improvement

SVN: 20649
parent 930af168
No related branches found
No related tags found
No related merge requests found
......@@ -206,11 +206,11 @@ public class WellContentProvider extends AbstractTableModelProvider<WellContent>
Material materialOrNull = materialTypeProperty.getMaterial();
if (materialOrNull != null)
{
// add the material as a column
// add material column
getMaterialColumnGroup(builder, materialTypeProperty).addProperties(
Collections.singletonList(materialTypeProperty));
// add the material properties as columns
// add material properties columns
List<IEntityProperty> materialProperties = materialOrNull.getProperties();
if (materialProperties != null)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment