Skip to content

Commit ff91649

Browse files
committed
Reformat and license header [ci skip]
1 parent b9bdbd1 commit ff91649

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/test/java/org/apache/ibatis/submitted/associationtype/AssociationTypeTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2023 the original author or authors.
2+
* Copyright 2009-2024 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.
@@ -58,7 +58,8 @@ void shouldGetAUser(LocalCacheScope localCacheScope) {
5858
Object a2 = r.get("a2");
5959
Assertions.assertEquals(String.class, a1.getClass());
6060
Assertions.assertEquals(String.class, a2.getClass());
61-
Assertions.assertSame(a1, a2, "The result should be put into local cache regardless of localCacheScope setting.");
61+
Assertions.assertSame(a1, a2,
62+
"The result should be put into local cache regardless of localCacheScope setting.");
6263
}
6364
} finally {
6465
// Reset the scope for other tests

src/test/java/org/apache/ibatis/submitted/permissions/PermissionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2022 the original author or authors.
2+
* Copyright 2009-2024 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.

0 commit comments

Comments
 (0)