You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: chain/README.md
-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ Use Chain of Responsibility when
26
26
27
27
## Real world examples
28
28
29
-
*[javax.servlet.FilterChain](https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet/FilterChain.html) and [javax.servlet.Filter](https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet/Filter.html)
Copy file name to clipboardexpand all lines: intercepting-filter/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Use the Intercepting Filter pattern when
24
24
25
25
## Real world examples
26
26
27
+
*[javax.servlet.FilterChain](https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet/FilterChain.html) and [javax.servlet.Filter](https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet/Filter.html)
0 commit comments