Skip to content

Commit cfcf09d

Browse files
Javadoc: remove refs to protected methods
1 parent d24e4e1 commit cfcf09d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/fr/bl/drit/flow/agent/BinaryThreadRecorder.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@
114114
* <li>If ENTER: emit method entry with decoded {@code methodId}.
115115
* <li>If EXIT: emit {@code value + 1} exits.
116116
* </ol>
117-
*
118-
* @see #writeVarInt(long)
119-
* @see #writeFlagAndVarInt(int, long)
120117
*/
121118
public class BinaryThreadRecorder implements ThreadRecorder {
122119

0 commit comments

Comments
 (0)