summaryrefslogtreecommitdiffstats
path: root/messagebus
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-09-07 11:25:43 +0200
committerJon Bratseth <bratseth@oath.com>2018-09-07 11:25:43 +0200
commitea8f65fe18d31204f7c3ba9814e1806b38a1f463 (patch)
treee434053eba363a8de3ba63464890398cff6a806c /messagebus
parent56665b2011191a5b297705db7c0bfeaff8a5ab99 (diff)
Nonfunctional changes only
Diffstat (limited to 'messagebus')
-rw-r--r--messagebus/src/main/java/com/yahoo/messagebus/Message.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/messagebus/src/main/java/com/yahoo/messagebus/Message.java b/messagebus/src/main/java/com/yahoo/messagebus/Message.java
index 22496487f61..43f5c8d2dfd 100644
--- a/messagebus/src/main/java/com/yahoo/messagebus/Message.java
+++ b/messagebus/src/main/java/com/yahoo/messagebus/Message.java
@@ -5,9 +5,9 @@ import com.yahoo.concurrent.SystemTimer;
import com.yahoo.messagebus.routing.Route;
/**
- * <p>A message is a child of Routable, it is not a reply, and it has a sequencing identifier. Furthermore, a message
+ * A message is a child of Routable, it is not a reply, and it has a sequencing identifier. Furthermore, a message
* contains a retry counter that holds what retry the message is currently on. See the method comment {@link #getRetry}
- * for more information.</p>
+ * for more information.
*
* @author Simon Thoresen Hult
*/