Fix JavaDoc.

Closes #2314
This commit is contained in:
Jens Schauder
2021-09-24 11:14:05 +02:00
parent 696c8be00a
commit bf2ae2baee
3 changed files with 1 additions and 11 deletions

View File

@@ -335,7 +335,7 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jcdi_2.0_spec</artifactId>
<version>1.0.1</version>
<scope>test</scope>
<scope>optional</scope>
</dependency>
<dependency>

View File

@@ -1,5 +0,0 @@
/**
* Spring Data JPA specific ThreeTenBp converters.
*/
@org.springframework.lang.NonNullApi
package org.springframework.data.jpa.convert.threetenbp;

View File

@@ -1,5 +0,0 @@
/**
* JPA specific utility functions.
*/
package org.springframework.data.jpa.repository.utils;