Skip to content

Commit 6fde9dc

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-44922
2 parents 68041de + 7b29e65 commit 6fde9dc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
+2-3
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-2025 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.
@@ -14,13 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.web.servlet.error;
17+
package org.springframework.boot.web.error;
1818

1919
import java.util.EnumSet;
2020

2121
import org.junit.jupiter.api.Test;
2222

23-
import org.springframework.boot.web.error.ErrorAttributeOptions;
2423
import org.springframework.boot.web.error.ErrorAttributeOptions.Include;
2524

2625
import static org.assertj.core.api.Assertions.assertThat;

0 commit comments

Comments
 (0)