Use % encoding to make javadoc compiler happy. And not fail with an error.
This commit is contained in:
parent
d8388222fe
commit
28c3efbf9e
|
@ -8,7 +8,7 @@ import java.util.Map;
|
||||||
* <br>
|
* <br>
|
||||||
* The codes for these commands are the first byte in every packet.
|
* The codes for these commands are the first byte in every packet.
|
||||||
* ÐΞV
|
* ÐΞV
|
||||||
* @see <a href="https://github.com/ethereum/wiki/wiki/ÐΞVp2p-Wire-Protocol">
|
* @see <a href="https://github.com/ethereum/wiki/wiki/%C3%90%CE%9EVp2p-Wire-Protocol">
|
||||||
* https://github.com/ethereum/wiki/wiki/ÐΞVp2p-Wire-Protocol</a>
|
* https://github.com/ethereum/wiki/wiki/ÐΞVp2p-Wire-Protocol</a>
|
||||||
*/
|
*/
|
||||||
public enum P2pMessageCodes {
|
public enum P2pMessageCodes {
|
||||||
|
|
Loading…
Reference in New Issue