Update CustomerDataService.java

This commit is contained in:
abhibavishi
2015-06-19 01:54:45 +05:30
parent 5637f0dcac
commit ff2a3c0f5b
@@ -71,6 +71,4 @@ public class CustomerDataService {
public String getAddress5(Customer customer) {
return customer.getAddress();
}
}