Polishing (aligned with main)

This commit is contained in:
Juergen Hoeller
2026-03-11 15:08:12 +01:00
parent d1e69a9677
commit 99fbce1254
2 changed files with 6 additions and 3 deletions
@@ -120,6 +120,7 @@ class MergedAnnotationReadingVisitor<A extends Annotation> extends AnnotationVis
return new MergedAnnotationReadingVisitor<>(this.classLoader, this.source, type, consumer);
}
@SuppressWarnings("unchecked")
@Nullable
static <A extends Annotation> AnnotationVisitor get(@Nullable ClassLoader classLoader,
@@ -41,11 +41,13 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
* Test cases for {@link ResourceRegionEncoder} class.
*
* @author Brian Clozel
*/
class ResourceRegionEncoderTests extends AbstractLeakCheckingTests {
private ResourceRegionEncoder encoder = new ResourceRegionEncoder();
private final ResourceRegionEncoder encoder = new ResourceRegionEncoder();
@Test
void canEncode() {