Merge branch '5.2.x'

# Conflicts:
#	build.gradle
This commit is contained in:
Juergen Hoeller
2020-09-01 23:46:11 +02:00
4 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2018 the original author or authors.
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -217,6 +217,7 @@ public class WebExchangeBindException extends ServerWebInputException implements
}
@Override
@Nullable
public Object getTarget() {
return this.bindingResult.getTarget();
}