Merge branch '2.0.x'

This commit is contained in:
Marcin Grzejszczak
2018-08-31 12:06:30 +02:00
5 changed files with 79 additions and 12 deletions

View File

@@ -53,6 +53,10 @@ class Body extends DslProperty {
super(bodyAsValue)
}
Body(String bodyAsValue) {
super(bodyAsValue, bodyAsValue)
}
Body(GString bodyAsValue) {
super(bodyAsValue, bodyAsValue)
}