--- old/src/java.base/share/classes/java/time/chrono/ChronoLocalDateTime.java 2018-06-08 09:37:34.728667559 -0700 +++ new/src/java.base/share/classes/java/time/chrono/ChronoLocalDateTime.java 2018-06-08 09:37:34.368667568 -0700 @@ -201,7 +201,7 @@ * * @return the date part of this date-time, not null */ - D toLocalDate() ; + D toLocalDate(); /** * Gets the local time part of this date-time.