From af843bc424889d42aee1cfe7515c34e5363fddc4 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Wed, 6 Jul 2011 15:44:50 +0000 Subject: [PATCH] Minor style fix --- src/com/google/bitcoin/core/Ping.java | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/com/google/bitcoin/core/Ping.java b/src/com/google/bitcoin/core/Ping.java index 5fe5a4e4..7c1f3ee4 100644 --- a/src/com/google/bitcoin/core/Ping.java +++ b/src/com/google/bitcoin/core/Ping.java @@ -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 } }