Skip to content

Commit

Permalink
escape '>' character in private comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olyutorskii committed Oct 4, 2023
1 parent bb1cc60 commit ec0d380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public String toString() {
/**
* Dump nibble.
*
* <p>nibble 5 -> 0101[5]
* <p>nibble 5 -&gt; 0101[5]
*
* @param sb output
* @param nibble BCD nibble value. (0 =&lt; nibble &lt; 10)
Expand Down

0 comments on commit ec0d380

Please sign in to comment.