Skip to content

Commit

Permalink
cells: fix links in javadoc of CDC
Browse files Browse the repository at this point in the history
Acked-by: Lea Morschel
Target: master
Require-book: no
Require-notes: no
  • Loading branch information
kofemann committed Apr 28, 2020
1 parent 80a905a commit 179d5e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cells/src/main/java/dmg/cells/nucleus/CDC.java
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ protected static String getMessageContext(CellMessage envelope)
* Setup message related diagnostic context for the calling
* thread. Adds information about a message to the MDC and NDC.
*
* @see clearMessageContext
* @see #clearMessageContext
*/
public static void setMessageContext(CellMessage envelope)
{
Expand All @@ -248,7 +248,7 @@ public static void setMessageContext(CellMessage envelope)
* to be in the same state as when <code>setMessageContext</code>
* returned.
*
* @see setMessageContext
* @see #setMessageContext
*/
public static void clearMessageContext()
{
Expand Down

0 comments on commit 179d5e7

Please sign in to comment.