Skip to content

Commit 4376c41

Browse files
Fix build after changes in data-commons.
Closes: #3803
1 parent b6c3d67 commit 4376c41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/UserRepositoryTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
import org.springframework.data.jpa.repository.sample.UserRepository;
7474
import org.springframework.data.jpa.repository.sample.UserRepository.NameOnly;
7575
import org.springframework.data.jpa.util.DisabledOnHibernate;
76+
import org.springframework.lang.Nullable;
7677
import org.springframework.test.context.ContextConfiguration;
7778
import org.springframework.test.context.junit.jupiter.SpringExtension;
7879
import org.springframework.transaction.annotation.Transactional;
@@ -3579,6 +3580,7 @@ private Page<User> executeSpecWithSort(Sort sort) {
35793580
private interface UserProjectionInterfaceBased {
35803581
String getFirstname();
35813582

3583+
@Nullable
35823584
String getLastname();
35833585
}
35843586

0 commit comments

Comments
 (0)