mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Minor style fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user