mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-25 14:48:03 +01:00
Remove useless setter
This commit is contained in:
@@ -60,8 +60,4 @@ public class IncomingMessage {
|
||||
public long getDestinationDeviceId() {
|
||||
return destinationDeviceId;
|
||||
}
|
||||
|
||||
public void setDestinationDeviceId(long destinationDeviceId) {
|
||||
this.destinationDeviceId = destinationDeviceId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user