Skip to content

Commit 7b29e65

Browse files
committed
Move ErrorAttributesOptionsTests to correct package
Closes gh-44920
1 parent 86d11c9 commit 7b29e65

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
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)