Allow MethodBodyBuilder to evaluate ExecutionProperty objects (#114)
This commit is contained in:
committed by
Marcin Grzejszczak
parent
8d8cdfe89b
commit
74ea3fd27d
@@ -42,4 +42,9 @@ class ExecutionProperty {
|
||||
String insertValue(String valueToInsert) {
|
||||
return executionCommand.replaceAll(PLACEHOLDER_VALUE, valueToInsert)
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return executionCommand;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user