This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit d0c71ea4c458a081c0bbb5f71ac61efc3034cabe
Author: andi-huber <[email protected]>
AuthorDate: Thu Jul 24 15:50:30 2025 +0200

    minor cleanup
---
 .../mixins/system/DomainChangeRecord_Test.java     | 24 ++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git 
a/api/applib/src/test/java/org/apache/causeway/applib/mixins/system/DomainChangeRecord_Test.java
 
b/api/applib/src/test/java/org/apache/causeway/applib/mixins/system/DomainChangeRecord_Test.java
index dbcd263d8e0..4f45e0d05e9 100644
--- 
a/api/applib/src/test/java/org/apache/causeway/applib/mixins/system/DomainChangeRecord_Test.java
+++ 
b/api/applib/src/test/java/org/apache/causeway/applib/mixins/system/DomainChangeRecord_Test.java
@@ -1,13 +1,29 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.apache.causeway.applib.mixins.system;
 
-import java.util.UUID;
-
-import org.apache.causeway.applib.services.bookmark.Bookmark;
-
 import org.junit.jupiter.api.Test;
 
 import static org.assertj.core.api.Assertions.assertThat;
 
+import org.apache.causeway.applib.services.bookmark.Bookmark;
+
 class DomainChangeRecord_Test {
 
     @Test

Reply via email to