Java 16 migration for JPA examples.

See #606.
This commit is contained in:
Mark Paluch
2021-04-29 09:29:24 +02:00
parent 743937c45f
commit b9c0e501d7
2083 changed files with 2434 additions and 4513 deletions

View File

@@ -6,6 +6,5 @@ import org.springframework.stereotype.Service;
@Service
public class Customer107Service {
public Customer107Service(Customer107Repository repo) {
}
public Customer107Service(Customer107Repository repo) {}
}