Work on #226, moved pattern specific references to respective patterns. And removed credits section from Home page.

This commit is contained in:
Narendra Pathai
2016-01-27 12:55:59 +05:30
parent 1a55f3a420
commit ab2aad3226
13 changed files with 26 additions and 13 deletions

View File

@ -22,3 +22,6 @@ only what to do with the resource.
Use the Execute Around idiom when
* you use an API that requires methods to be called in pairs such as open/close or allocate/deallocate.
##Credits
* [Functional Programming in Java: Harnessing the Power of Java 8 Lambda Expressions](http://www.amazon.com/Functional-Programming-Java-Harnessing-Expressions/dp/1937785467/ref=sr_1_1)