Created
May 31, 2017 19:43
-
-
Save dileeph/09dd707b86ce49e2d3c3874268ff57d3 to your computer and use it in GitHub Desktop.
update to PolicyServiceImpl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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