Merge branch '1.0.x'

This commit is contained in:
Marcin Grzejszczak
2017-02-14 14:28:13 +01:00
5 changed files with 58 additions and 2 deletions

View File

@@ -48,6 +48,10 @@ class Body extends DslProperty {
this("${bodyAsValue}")
}
Body(Number bodyAsValue) {
super(bodyAsValue)
}
Body(GString bodyAsValue) {
super(bodyAsValue, bodyAsValue)
}