small code improvment

This commit is contained in:
Mariusz Smykuła
2015-08-05 11:08:41 +02:00
parent c856ad6923
commit e3733dd6c3

View File

@@ -23,7 +23,7 @@ class GroovyDsl {
}
void priority(int priority) {
this.priority = new Integer(priority)
this.priority = priority
}
void request(@DelegatesTo(Request) Closure closure) {