From d13665c22f31fd8171792f2aa25587eb6cae7171 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Mon, 23 Mar 2015 11:15:19 +0100 Subject: [PATCH] Add linebreak to comment --- .../src/main/java/org/bitcoinj/core/TransactionConfidence.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/org/bitcoinj/core/TransactionConfidence.java b/core/src/main/java/org/bitcoinj/core/TransactionConfidence.java index 133a5740..9df9ae15 100644 --- a/core/src/main/java/org/bitcoinj/core/TransactionConfidence.java +++ b/core/src/main/java/org/bitcoinj/core/TransactionConfidence.java @@ -141,7 +141,8 @@ public class TransactionConfidence implements Serializable { } /** - * In case the class gets created from a serialised version, we need to recreate the listeners object as it is set as transient and only created in the constructor. + * In case the class gets created from a serialised version, we need to recreate the listeners object as it is set + * as transient and only created in the constructor. */ private void readObject(java.io.ObjectInputStream in) throws IOException, ClassNotFoundException { in.defaultReadObject();