From 6b5c26aafe9c0d0008e91f46440064533c1616e2 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 9 May 2023 17:24:01 -0600 Subject: [PATCH] Format Copyright Headers in Sandbox Tests Issue gh-747 --- .../control/VirtualListViewControlDirContextProcessorTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/sandbox/src/test/java/org/springframework/ldap/control/VirtualListViewControlDirContextProcessorTests.java b/sandbox/src/test/java/org/springframework/ldap/control/VirtualListViewControlDirContextProcessorTests.java index 51593d00..86e0911f 100644 --- a/sandbox/src/test/java/org/springframework/ldap/control/VirtualListViewControlDirContextProcessorTests.java +++ b/sandbox/src/test/java/org/springframework/ldap/control/VirtualListViewControlDirContextProcessorTests.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.springframework.ldap.control; import java.io.IOException;