Skip to content

Commit

Permalink
Fixed wrong Logger imported
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-coppola committed Apr 16, 2024
1 parent a7674ce commit 99f140b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.logging.Logger;

import org.eclipse.kura.KuraException;
import org.eclipse.kura.configuration.ConfigurationService;
Expand All @@ -34,6 +33,7 @@
import org.eclipse.kura.marshalling.Marshaller;
import org.eclipse.kura.marshalling.Unmarshaller;
import org.eclipse.kura.message.KuraPayload;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public class MqttTransport implements Transport {
Expand Down

0 comments on commit 99f140b

Please sign in to comment.