This commit is contained in:
Redkale
2017-06-03 09:51:53 +08:00
parent 99381d4842
commit b5a3c39f4f

View File

@@ -823,7 +823,7 @@ public final class Rest {
} else if (ptype == Flipper.class) { } else if (ptype == Flipper.class) {
n = "flipper"; n = "flipper";
} else { } else {
n = ("bean" + i); throw new RuntimeException("Parameter " + param.getName() + " not found name by @RestParam in " + method);
} }
} }
if (annhead == null && anncookie == null && annaddr == null && annbody == null && annfile == null if (annhead == null && anncookie == null && annaddr == null && annbody == null && annfile == null