From efb032adbbfb755c6899cea22eb4e87323a6f3c2 Mon Sep 17 00:00:00 2001 From: joshzambales Date: Fri, 3 Apr 2015 18:36:15 +0800 Subject: [PATCH] Updated README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2be8eecd2..71225c87f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ Presentation Tier patterns are the top-most level of the application, this is co * a system uses pre-processing or post-processing requests * a system should do the authentication/ authorization/ logging or tracking of request and then pass the requests to corresponding handlers * you want a modular approach to configuring pre-processing and post-processing schemes - **Real world examples:** * [javax.xml.parsers.DocumentBuilderFactory](http://docs.oracle.com/javase/8/docs/api/javax/xml/parsers/DocumentBuilderFactory.html)