This commit is contained in:
@@ -288,6 +288,8 @@ public final class Rest {
|
|||||||
if (n == null) {
|
if (n == null) {
|
||||||
if (param.isNamePresent()) {
|
if (param.isNamePresent()) {
|
||||||
n = param.getName();
|
n = param.getName();
|
||||||
|
} else if (ptype == Flipper.class) {
|
||||||
|
n = "flipper";
|
||||||
} else {
|
} else {
|
||||||
n = (++argIndex > 1) ? ("bean" + argIndex) : "bean";
|
n = (++argIndex > 1) ? ("bean" + argIndex) : "bean";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user