Skip to content

Commit 935c621

Browse files
committed
!
1 parent d49f0ad commit 935c621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Customer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
public class Customer
77
{
8-
private String cus_id;
9-
private String CNIC;
8+
public String cus_id;
9+
public String CNIC;
1010
private String Name;
1111
private String Phone_no;
1212
private String Address;

0 commit comments

Comments
 (0)