mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Fields of immutable classes should be final.
This commit is contained in:
@@ -3,7 +3,7 @@ package net.sf.briar.api.messaging;
|
||||
/** A packet acknowledging a {@link SubscriptionUpdate}. */
|
||||
public class SubscriptionAck {
|
||||
|
||||
final long version;
|
||||
private final long version;
|
||||
|
||||
public SubscriptionAck(long version) {
|
||||
this.version = version;
|
||||
|
||||
Reference in New Issue
Block a user