Skip to content

Commit

Permalink
small formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
marschall committed May 27, 2018
1 parent 3cd0661 commit 81eeb46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -11,8 +11,8 @@
*
* @deprecated supported out of the box with JPA 2.2
*/
@Converter(autoApply = true)
@Deprecated
@Converter(autoApply = true)
public class LocalDateConverter implements AttributeConverter<LocalDate, Date> {
// mapping with java.util.Calendar breaks EclipseLink

Expand Down
Expand Up @@ -11,6 +11,7 @@
*
* @deprecated supported out of the box with JPA 2.2
*/
@Deprecated
@Converter(autoApply = true)
public class LocalDateTimeConverter implements AttributeConverter<LocalDateTime, Timestamp> {
// mapping with java.util.Calendar breaks EclipseLink
Expand Down

0 comments on commit 81eeb46

Please sign in to comment.