Merge branch '2.0.x'
This commit is contained in:
@@ -53,6 +53,10 @@ class Body extends DslProperty {
|
||||
super(bodyAsValue)
|
||||
}
|
||||
|
||||
Body(String bodyAsValue) {
|
||||
super(bodyAsValue, bodyAsValue)
|
||||
}
|
||||
|
||||
Body(GString bodyAsValue) {
|
||||
super(bodyAsValue, bodyAsValue)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user