aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/main/java/com/yahoo/documentapi/messagebus/protocol/DocumentRouteSelectorPolicy.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2020-01-10 11:12:50 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2020-01-10 11:12:50 +0100
commitd5d3bb9a0e180ba6ddd4004f877d8b9f25f0ab4f (patch)
treea623ea2f2be83564766311cc7a73811723bf45fa /documentapi/src/main/java/com/yahoo/documentapi/messagebus/protocol/DocumentRouteSelectorPolicy.java
parentafa89a1c5ae3ea83ddc01580226163d1135cc3f6 (diff)
Non-functional changes only
Diffstat (limited to 'documentapi/src/main/java/com/yahoo/documentapi/messagebus/protocol/DocumentRouteSelectorPolicy.java')
-rwxr-xr-xdocumentapi/src/main/java/com/yahoo/documentapi/messagebus/protocol/DocumentRouteSelectorPolicy.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentapi/src/main/java/com/yahoo/documentapi/messagebus/protocol/DocumentRouteSelectorPolicy.java b/documentapi/src/main/java/com/yahoo/documentapi/messagebus/protocol/DocumentRouteSelectorPolicy.java
index bdb65b28de0..cd181ac3c51 100755
--- a/documentapi/src/main/java/com/yahoo/documentapi/messagebus/protocol/DocumentRouteSelectorPolicy.java
+++ b/documentapi/src/main/java/com/yahoo/documentapi/messagebus/protocol/DocumentRouteSelectorPolicy.java
@@ -119,9 +119,9 @@ public class DocumentRouteSelectorPolicy
* This method runs the selector associated with the given location on the content of the message. If the selector
* validates the location, this method returns true.
*
- * @param context The routing context that contains the necessary data.
- * @param routeName The candidate route whose selector to run.
- * @return Whether or not to send to the given recipient.
+ * @param context the routing context that contains the necessary data.
+ * @param routeName the candidate route whose selector to run.
+ * @return whether or not to send to the given recipient.
*/
private boolean select(RoutingContext context, String routeName) {
if (config == null) {