#1423 - Undeprecate HalFormsConfiguration.withPattern(…).

It's the replacement method for registerPattern(…) returning a fresh instance.
This commit is contained in:
Oliver Drotbohm
2020-12-12 01:16:56 +01:00
parent 13a51c5819
commit 0cfbd7b414

View File

@@ -93,7 +93,6 @@ public class HalFormsConfiguration {
* @param pattern must not be {@literal null} or empty.
* @return will never be {@literal null}.
*/
@Deprecated
public HalFormsConfiguration withPattern(Class<?> type, String pattern) {
Assert.notNull(type, "Type must not be null!");