summaryrefslogtreecommitdiffstats
path: root/messagebus
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-10-26 11:30:13 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-10-26 11:30:13 +0200
commit97a5cbac38db7530d6eb919962e8ca09da43e555 (patch)
tree83a1e02d441855ffdcbca3d7bf785db5aa20a4fe /messagebus
parent106567609a5b0efc3285187582acf45a0899b5ef (diff)
Nonfunctional changes only
Diffstat (limited to 'messagebus')
-rwxr-xr-xmessagebus/src/main/java/com/yahoo/messagebus/routing/test/CustomPolicy.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/messagebus/src/main/java/com/yahoo/messagebus/routing/test/CustomPolicy.java b/messagebus/src/main/java/com/yahoo/messagebus/routing/test/CustomPolicy.java
index 9f5686cb27b..7aab6362717 100755
--- a/messagebus/src/main/java/com/yahoo/messagebus/routing/test/CustomPolicy.java
+++ b/messagebus/src/main/java/com/yahoo/messagebus/routing/test/CustomPolicy.java
@@ -12,7 +12,7 @@ import java.util.ArrayList;
import java.util.List;
/**
- * @author <a href="mailto:simon@yahoo-inc.com">Simon Thoresen</a>
+ * @author Simon Thoresen
*/
public class CustomPolicy implements RoutingPolicy {
@@ -54,4 +54,5 @@ public class CustomPolicy implements RoutingPolicy {
@Override
public void destroy() {
}
+
}