Update Customer.java

This commit is contained in:
abhibavishi 2015-06-20 15:27:11 +05:30
parent e3e702920b
commit 9eb3faa607

View File

@ -6,8 +6,6 @@ public class Customer {
private String customerAddress;
public Customer(){
this.name="";
this.customerAddress="";
}
Customer(String name, String address){