Skip to content

Commit 7b4fbd2

Browse files
committed
Document WebMvcProperties.MatchingStrategt as being since 2.4.0
Closes gh-24875
1 parent 3ad2832 commit 7b4fbd2

File tree

1 file changed

+5
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet

1 file changed

+5
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcProperties.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -533,6 +533,10 @@ public void setDateTime(String dateTime) {
533533

534534
}
535535

536+
/**
537+
* Matching strategy options.
538+
* @since 2.4.0
539+
*/
536540
public enum MatchingStrategy {
537541

538542
/**

0 commit comments

Comments
 (0)