Update CustomerDataService.java

This commit is contained in:
abhibavishi 2015-06-19 01:54:45 +05:30
parent 5637f0dcac
commit ff2a3c0f5b
1 changed files with 0 additions and 2 deletions

View File

@ -71,6 +71,4 @@ public class CustomerDataService {
public String getAddress5(Customer customer) {
return customer.getAddress();
}
}