mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 13:37:24 +00:00
Add linebreak to comment
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user