Minor style fix

This commit is contained in:
Mike Hearn 2011-07-06 15:44:50 +00:00
parent 16f2fae0ce
commit af843bc424

View File

@ -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
}
}