Update Customer.java
This commit is contained in:
@@ -6,8 +6,6 @@ public class Customer {
|
||||
private String customerAddress;
|
||||
|
||||
public Customer(){
|
||||
this.name="";
|
||||
this.customerAddress="";
|
||||
}
|
||||
|
||||
Customer(String name, String address){
|
||||
|
||||
Reference in New Issue
Block a user