Skip to content

Commit 2d7e2d1

Browse files
committed
removed some merge markers
1 parent 10be0b0 commit 2d7e2d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Presentation Tier patterns are the top-most level of the application, this is co
447447
* a system uses pre-processing or post-processing requests
448448
* a system should do the authentication/ authorization/ logging or tracking of request and then pass the requests to corresponding handlers
449449
* you want a modular approach to configuring pre-processing and post-processing schemes
450-
=======
450+
451451
**Real world examples:**
452452
* [CyclicBarrier] (http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/CyclicBarrier.html#CyclicBarrier%28int,%20java.lang.Runnable%29) constructor can accept callback that will be triggered every time when barrier is tripped.
453453

@@ -515,10 +515,8 @@ The difference is the intent of the patterns. While Proxy controls access to the
515515
* [Let’s Modify the Objects-First Approach into Design-Patterns-First](http://edu.pecinovsky.cz/papers/2006_ITiCSE_Design_Patterns_First.pdf)
516516
* [Pattern Languages of Program Design](http://www.amazon.com/Pattern-Languages-Program-Design-Coplien/dp/0201607344/ref=sr_1_1)
517517
* [Martin Fowler - Event Aggregator](http://martinfowler.com/eaaDev/EventAggregator.html)
518-
519518
* [TutorialsPoint - Intercepting Filter](http://www.tutorialspoint.com/design_pattern/intercepting_filter_pattern.htm)
520519
* [Presentation Tier Pattern](http://www.javagyan.com/tutorials/corej2eepatterns/presentation-tier-patterns)
521-
=======
522520
* [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)
523521

524522

0 commit comments

Comments
 (0)