Skip to content
Snippets Groups Projects
Commit bd588c9f authored by buczekp's avatar buczekp
Browse files

[LMS-1949] minor: code cleanup

SVN: 19468
parent 2cf1311c
No related branches found
No related tags found
No related merge requests found
...@@ -97,9 +97,7 @@ public class ManagedEntityProperty implements IEntityProperty, IManagedEntityPro ...@@ -97,9 +97,7 @@ public class ManagedEntityProperty implements IEntityProperty, IManagedEntityPro
public String getValue() public String getValue()
{ {
// TODO 2011-01-12, Piotr Buczek: remove special handling after testing return delegatedProperty.getValue();
String delegatedValue = delegatedProperty.getValue();
return delegatedValue == null ? null : "(managed) " + delegatedValue;
} }
public void setValue(String value) public void setValue(String value)
......
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