mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 18:55:52 +00:00
Add linebreak to comment
This commit is contained in:
parent
b74d1e32a2
commit
d13665c22f
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user