3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-13 10:45:51 +00:00

Add linebreak to comment

This commit is contained in:
Manfred Karrer 2015-03-23 11:15:19 +01:00
parent b74d1e32a2
commit d13665c22f

View File

@ -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 { private void readObject(java.io.ObjectInputStream in) throws IOException, ClassNotFoundException {
in.defaultReadObject(); in.defaultReadObject();