mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
Minor style fix
This commit is contained in:
parent
16f2fae0ce
commit
af843bc424
@ -16,12 +16,9 @@
|
||||
|
||||
package com.google.bitcoin.core;
|
||||
|
||||
public class Ping
|
||||
extends Message
|
||||
{
|
||||
public class Ping extends Message {
|
||||
@Override
|
||||
void parse() throws ProtocolException
|
||||
{
|
||||
void parse() throws ProtocolException {
|
||||
// nothing to parse
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user