Skip to content

Commit

Permalink
adapt to core StringUtils (openhab#15772)
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
  • Loading branch information
lsiepel authored and austvik committed Mar 27, 2024
1 parent 37f6278 commit d902bf6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
package org.openhab.binding.phc.internal;

import org.eclipse.jdt.annotation.NonNullByDefault;
import org.openhab.binding.phc.internal.util.StringUtils;
import org.openhab.core.thing.ThingTypeUID;
import org.openhab.core.thing.ThingUID;
import org.openhab.core.util.StringUtils;

/**
* The {@link PHCHelper} is responsible for finding the appropriate Thing(UID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import org.eclipse.jdt.annotation.Nullable;
import org.openhab.binding.phc.internal.PHCBindingConstants;
import org.openhab.binding.phc.internal.PHCHelper;
import org.openhab.binding.phc.internal.util.StringUtils;
import org.openhab.core.io.transport.serial.PortInUseException;
import org.openhab.core.io.transport.serial.SerialPort;
import org.openhab.core.io.transport.serial.SerialPortEvent;
Expand All @@ -48,6 +47,7 @@
import org.openhab.core.thing.binding.BaseBridgeHandler;
import org.openhab.core.types.Command;
import org.openhab.core.util.HexUtils;
import org.openhab.core.util.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit d902bf6

Please sign in to comment.