summaryrefslogtreecommitdiffstats
path: root/src/main/java/derms/replica2/City.java
diff options
context:
space:
mode:
authorShazaAli <shazamamdouh@aucegypt.edu>2024-12-01 08:23:40 -0500
committerShazaAli <shazamamdouh@aucegypt.edu>2024-12-01 08:23:40 -0500
commit53bd785304f4ecb62f46e19f02183a858aebe027 (patch)
treeadbdb888329fab8f406e6eed6c9cb88508d9d1bd /src/main/java/derms/replica2/City.java
parent66f256b05c7daa7c4cd20f20758b8413a9329500 (diff)
downloadsoen423-53bd785304f4ecb62f46e19f02183a858aebe027.zip
running all. error comm between FE Replica
Diffstat (limited to 'src/main/java/derms/replica2/City.java')
-rw-r--r--src/main/java/derms/replica2/City.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/derms/replica2/City.java b/src/main/java/derms/replica2/City.java
index 74535ae..a5a2f4c 100644
--- a/src/main/java/derms/replica2/City.java
+++ b/src/main/java/derms/replica2/City.java
@@ -2,7 +2,7 @@ package derms.replica2;
import java.io.Serializable;
-class City implements Serializable {
+public class City implements Serializable {
static final int codeLen = 3;
private String code;
@@ -13,7 +13,7 @@ class City implements Serializable {
this.code = code;
}
- City() {
+ public City() {
this("XXX");
}