Reduce and reformat imports

This commit is contained in:
Jonas Tobias Hopusch 2021-09-05 20:31:52 +02:00
parent 532cbc89a9
commit 874a8dacc0
Failed to generate hash of commit

View file

@ -1,16 +1,13 @@
package de.jotoho.waituntil
import java.util.Locale;
import java.util.Locale.LanguageRange;
import java.text.DateFormat;
import java.time.format.DateTimeFormatter;
import java.time.format.FormatStyle;
import java.util.Date;
import java.util.Locale
import java.time.format.DateTimeFormatter
import java.time.format.FormatStyle
import java.util.TimeZone
import java.time.Instant;
import java.time.LocalTime;
import java.time.LocalDate;
import java.time.ZonedDateTime;
import java.time.Instant
import java.time.LocalTime
import java.time.LocalDate
import java.time.ZonedDateTime
import java.time.temporal.ChronoUnit
// This file contains the main function and other utility function necessary for interpreting the terminal arguments.