Skip to content

Instantly share code, notes, and snippets.

@dileeph
Created May 31, 2017 19:43
Show Gist options
  • Save dileeph/09dd707b86ce49e2d3c3874268ff57d3 to your computer and use it in GitHub Desktop.
Save dileeph/09dd707b86ce49e2d3c3874268ff57d3 to your computer and use it in GitHub Desktop.
update to PolicyServiceImpl
//Modify getName() method as follows
public String getName(){
Depth1 d1 = new Depth1();
return "policywithdep-1.0" + d1.call(" deep call ");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment