Browse Source

Polishing.

Fix ticket reference.

See #3215
3.3.x
Mark Paluch 1 year ago
parent
commit
b4edacbe02
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 2
      src/test/java/org/springframework/data/projection/PropertyAccessingMethodInterceptorUnitTests.java

2
src/test/java/org/springframework/data/projection/PropertyAccessingMethodInterceptorUnitTests.java

@ -121,7 +121,7 @@ class PropertyAccessingMethodInterceptorUnitTests { @@ -121,7 +121,7 @@ class PropertyAccessingMethodInterceptorUnitTests {
assertThat(new PropertyAccessingMethodInterceptor(source).invoke(invocation)).isEqualTo(true);
}
@Test // GH-3697
@Test // GH-3215
void considersPropertyDescriptorsFromPackageProtectedSuperclass() throws Throwable {
var source = new SomeExposedClass();

Loading…
Cancel
Save