Remove useless setter

This commit is contained in:
Matt Corallo 2014-01-08 16:06:47 -10:00
parent f9d7c1de57
commit 7d8336fd30
1 changed files with 0 additions and 4 deletions

View File

@ -60,8 +60,4 @@ public class IncomingMessage {
public long getDestinationDeviceId() {
return destinationDeviceId;
}
public void setDestinationDeviceId(long destinationDeviceId) {
this.destinationDeviceId = destinationDeviceId;
}
}