mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-05 23:24:32 +01:00
Reformat project
This commit is contained in:
@@ -23,7 +23,9 @@ class JsonReceiptMessage {
|
||||
this.timestamps = receiptMessage.getTimestamps();
|
||||
}
|
||||
|
||||
private JsonReceiptMessage(final long when, final boolean isDelivery, final boolean isRead, final List<Long> timestamps) {
|
||||
private JsonReceiptMessage(
|
||||
final long when, final boolean isDelivery, final boolean isRead, final List<Long> timestamps
|
||||
) {
|
||||
this.when = when;
|
||||
this.isDelivery = isDelivery;
|
||||
this.isRead = isRead;
|
||||
|
||||
Reference in New Issue
Block a user