Polishing

This commit is contained in:
Juergen Hoeller 2015-12-10 01:12:58 +01:00
parent ca9a078d82
commit beef5ff4c3
1 changed files with 2 additions and 1 deletions

View File

@ -411,6 +411,7 @@ public class SimpAnnotationMethodMessageHandler extends AbstractMethodMessageHan
/** /**
* Resolve placeholder values in the given array of destinations. * Resolve placeholder values in the given array of destinations.
* @return a new array with updated destinations * @return a new array with updated destinations
* @since 4.2
*/ */
protected String[] resolveEmbeddedValuesInDestinations(String[] destinations) { protected String[] resolveEmbeddedValuesInDestinations(String[] destinations) {
if (this.valueResolver == null) { if (this.valueResolver == null) {