Test status quo for @RequestHeader UUID conversion support

See gh-23939
This commit is contained in:
Sam Brannen
2019-11-06 13:49:44 +01:00
parent 1a13700f8b
commit 92228f0fc0
2 changed files with 76 additions and 37 deletions

View File

@@ -131,7 +131,6 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
catch (TypeMismatchException ex) {
throw new MethodArgumentTypeMismatchException(arg, ex.getRequiredType(),
namedValueInfo.name, parameter, ex.getCause());
}
}