This commit is contained in:
Arjen Poutsma 2017-09-22 14:17:51 +02:00
parent 2841ef5d05
commit 4fbf86e5ce
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ import reactor.core.publisher.Mono;
import org.springframework.core.io.Resource;
/**
* Implementation of {@link RouterFunctions.Visitor} that creates a
* Implementation of {@link RouterFunctions.Visitor} that creates a formatted string representation
* of router functions.
*
* @author Arjen Poutsma
* @since 5.0
*/