File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/no/api/freemarker/java8/zone Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 66import java .util .TimeZone ;
77
88/**
9- * {@link ZonedDateTimeStrategy} that always will transform the input {@link ZoneId} to the {@link ZoneId} provided by
10- * {@link Environment#getCurrentEnvironment().getTimeZone().getTimeZone()} .<br>
9+ * ZonedDateTimeStrategy that always will transform the input {@link ZoneId} to the {@link ZoneId} provided by
10+ * Environment#getCurrentEnvironment().getTimeZone().getTimeZone().<br>
1111 */
1212public class EnvironmentZonedDateTimeStrategy implements ZonedDateTimeStrategy {
1313
Original file line number Diff line number Diff line change 33import java .time .ZoneId ;
44
55/**
6- * {@link ZonedDateTimeStrategy} that always will transform the input {@link ZoneId} to the initial set {@link ZoneId}.
6+ * ZonedDateTimeStrategy that always will transform the input {@link ZoneId} to the initial set {@link ZoneId}.
77 */
88public class StaticZonedDateTimeStrategy implements ZonedDateTimeStrategy {
99
@@ -14,7 +14,6 @@ public class StaticZonedDateTimeStrategy implements ZonedDateTimeStrategy {
1414 * Creates a new {@link StaticZonedDateTimeStrategy} instance, that will always return the given [{@code zone}.
1515 *
1616 * @param zoneId The {@link ZoneId} that should be returned by {@link #getZoneId(ZoneId)}.
17- * @return New instance of {@link StaticZonedDateTimeStrategy}.
1817 */
1918 public StaticZonedDateTimeStrategy (ZoneId zoneId ) {
2019 if (zoneId == null ) {
You can’t perform that action at this time.
0 commit comments