Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
seime committed Jul 7, 2024
1 parent b14920a commit 214d734
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
package no.seime.openhab.binding.esphome.internal.comm;

import com.google.protobuf.GeneratedMessageV3;
import no.seime.openhab.binding.esphome.internal.CommunicationListener;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import static no.seime.openhab.binding.esphome.internal.comm.ConnectionSelector.READ_BUFFER_SIZE;

import java.io.IOException;
import java.lang.reflect.Method;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;

import static no.seime.openhab.binding.esphome.internal.comm.ConnectionSelector.READ_BUFFER_SIZE;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import com.google.protobuf.GeneratedMessageV3;

import no.seime.openhab.binding.esphome.internal.CommunicationListener;

public abstract class AbstractFrameHelper {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
*/
package no.seime.openhab.binding.esphome.internal.comm;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.SocketChannel;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public class ESPHomeConnection {

private final Logger logger = LoggerFactory.getLogger(ESPHomeConnection.class);
Expand Down

0 comments on commit 214d734

Please sign in to comment.