Skip to content

Commit 44860dc

Browse files
committed
Update license / comments
1 parent ea6b193 commit 44860dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

grails-plugin-controllers/src/main/groovy/org/grails/config/http/GrailsFilters.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package org.grails.config.http;
2-
31
/* Copyright 2024 the original author or authors.
42
*
53
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,11 +13,14 @@
1513
* limitations under the License.
1614
*/
1715

16+
package org.grails.config.http;
17+
1818
import org.springframework.boot.autoconfigure.security.SecurityProperties;
1919

2020
/**
2121
* Stores the default order numbers of all Grails filters for use in configuration.
2222
* These filters are run prior to the Spring Security Filter Chain which is at DEFAULT_FILTER_ORDER
23+
* @since 7.0
2324
*/
2425
public enum GrailsFilters {
2526

0 commit comments

Comments
 (0)