From 2f1638ec5700925e5883d3839d355616685199c2 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Fri, 22 Oct 2021 11:20:37 -0300 Subject: [PATCH] Fix javadoc Closes gh-10382 --- .../config/annotation/web/AbstractRequestMatcherRegistry.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/AbstractRequestMatcherRegistry.java b/config/src/main/java/org/springframework/security/config/annotation/web/AbstractRequestMatcherRegistry.java index 4f2135a346..d2cea903a4 100644 --- a/config/src/main/java/org/springframework/security/config/annotation/web/AbstractRequestMatcherRegistry.java +++ b/config/src/main/java/org/springframework/security/config/annotation/web/AbstractRequestMatcherRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2019 the original author or authors. + * Copyright 2002-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -98,7 +98,6 @@ public abstract class AbstractRequestMatcherRegistry { * {@link HttpMethod}. * @param antPatterns the ant patterns to create. If {@code null} or empty, then * matches on nothing. - * {@link org.springframework.security.web.util.matcher.AntPathRequestMatcher} from * @return the object that is chained after creating the {@link RequestMatcher} */ public C antMatchers(HttpMethod method, String... antPatterns) {