Order setter for DefaultSimpUserRegistry

Issue: SPR-17023
This commit is contained in:
Juergen Hoeller
2018-07-24 18:56:52 +02:00
parent 9b3d80c5e4
commit 4f9a18f5aa
2 changed files with 15 additions and 5 deletions

View File

@@ -64,7 +64,6 @@ public class ServerResponseResultHandler implements HandlerResultHandler, Initia
* Set the order for this result handler relative to others.
* <p>By default set to 0. It is generally safe to place it early in the
* order as it looks for a concrete return type.
* @param order the order
*/
public void setOrder(int order) {
this.order = order;