mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
add fields missing from missing from copy constructor
This commit is contained in:
parent
881b9a92ad
commit
ca2d97e647
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* -*- compile-command: "find-and-gradle.sh inXw4dDeb"; -*- */
|
/* -*- compile-command: "find-and-gradle.sh inXw4dDeb"; -*- */
|
||||||
/*
|
/*
|
||||||
* Copyright 2009-2020 by Eric House (xwords@eehouse.org). All
|
* Copyright 2009 - 2022 by Eric House (xwords@eehouse.org). All rights
|
||||||
* rights reserved.
|
* reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License as
|
* modify it under the terms of the GNU General Public License as
|
||||||
|
@ -429,6 +429,10 @@ public class CommsAddrRec implements Serializable {
|
||||||
|
|
||||||
sms_phone = src.sms_phone;
|
sms_phone = src.sms_phone;
|
||||||
sms_port = src.sms_port;
|
sms_port = src.sms_port;
|
||||||
|
|
||||||
|
p2p_addr = src.p2p_addr;
|
||||||
|
|
||||||
|
mqtt_devID = src.mqtt_devID;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addTypeDefaults( Context context, CommsConnType typ )
|
private void addTypeDefaults( Context context, CommsConnType typ )
|
||||||
|
|
Loading…
Reference in a new issue