Skip to content
Snippets Groups Projects
Commit 57fd28ea authored by gpawel's avatar gpawel
Browse files

minor: getting rid of warning

SVN: 23018
parent 9c961527
No related branches found
No related tags found
No related merge requests found
...@@ -293,6 +293,7 @@ public class ParameterField extends TriggerField<ModelData> implements IParamete ...@@ -293,6 +293,7 @@ public class ParameterField extends TriggerField<ModelData> implements IParamete
return new ParameterWithValue(parameterName, getRawValue()); return new ParameterWithValue(parameterName, getRawValue());
} }
@Override
public Field<?> asWidget() public Field<?> asWidget()
{ {
return this; return this;
......
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