Merge branch '1.0.x'
This commit is contained in:
@@ -48,6 +48,10 @@ class Body extends DslProperty {
|
||||
this("${bodyAsValue}")
|
||||
}
|
||||
|
||||
Body(Number bodyAsValue) {
|
||||
super(bodyAsValue)
|
||||
}
|
||||
|
||||
Body(GString bodyAsValue) {
|
||||
super(bodyAsValue, bodyAsValue)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user