Skip to content

Commit

Permalink
Squash: Java import cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox committed May 15, 2024
1 parent 299bdec commit ea5fe9b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
package org.jitsi.utils.logging2;

import java.io.*;
import java.time.ZoneId;
import java.time.ZonedDateTime;
import java.time.*;
import java.time.format.DateTimeFormatter;
import java.util.logging.*;
import java.util.logging.Formatter;

public class JitsiLogFormatter extends Formatter
{
Expand Down

0 comments on commit ea5fe9b

Please sign in to comment.