Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyWick authored and markt-asf committed Nov 16, 2023
1 parent fae76be commit b18a5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/java/jakarta/servlet/FilterRegistration.java
Expand Up @@ -52,7 +52,7 @@ public interface FilterRegistration extends Registration {
* initialized
*/
void addMappingForServletNames(EnumSet<DispatcherType> dispatcherTypes, boolean isMatchAfter,
String... servletNames);
String... servletNames);

/**
* Gets the currently available servlet name mappings of the Filter represented by this <code>FilterRegistration</code>.
Expand Down Expand Up @@ -92,7 +92,7 @@ void addMappingForServletNames(EnumSet<DispatcherType> dispatcherTypes, boolean
* initialized
*/
void addMappingForUrlPatterns(EnumSet<DispatcherType> dispatcherTypes, boolean isMatchAfter,
String... urlPatterns);
String... urlPatterns);

/**
* Gets the currently available URL pattern mappings of the Filter represented by this <code>FilterRegistration</code>.
Expand Down

0 comments on commit b18a5ef

Please sign in to comment.