You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.androidtv/src/main/java/org/openhab/binding/androidtv/internal/protocol/philipstv/PhilipsTVConnectionManager.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.bluetooth.bluegiga/src/main/java/org/openhab/binding/bluetooth/bluegiga/handler/BlueGigaBridgeHandler.java
+10-10
Original file line number
Diff line number
Diff line change
@@ -514,7 +514,7 @@ public boolean bgConnect(BluetoothAddress address, BluetoothAddressType addressT
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.bluetooth.bluez/src/main/java/org/openhab/binding/bluetooth/bluez/internal/BlueZBluetoothDevice.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ public boolean connect() {
178
178
// Catch "software caused connection abort"
179
179
returnfalse;
180
180
} catch (Exceptione) {
181
-
logger.warn("error occured while trying to connect", e);
181
+
logger.warn("error occurred while trying to connect", e);
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.bluetooth.enoceanble/src/main/java/org/openhab/binding/bluetooth/enoceanble/internal/EnoceanBleRockerHandler.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public void onScanRecordReceived(BluetoothScanNotification scanNotification) {
53
53
}
54
54
}
55
55
} catch (IllegalStateExceptione) {
56
-
logger.warn("PTM215B event could not be parsed correctly, exception occured:", e);
56
+
logger.warn("PTM215B event could not be parsed correctly, exception occurred:", e);
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.bluetooth/src/main/java/org/openhab/binding/bluetooth/discovery/internal/BluetoothDiscoveryService.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.digitalstrom/src/main/java/org/openhab/binding/digitalstrom/internal/lib/listener/ConnectionListener.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public interface ConnectionListener {
31
31
*/
32
32
finalStringCONNECTION_LOST = "connLost";
33
33
/**
34
-
* State, if a ssl handshake problem occured while communicating with the digitalSTROM-Server.
34
+
* State, if a ssl handshake problem occurred while communicating with the digitalSTROM-Server.
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.enocean/src/main/java/org/openhab/binding/enocean/internal/handler/EnOceanBridgeHandler.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -497,7 +497,7 @@ public void responseReceived(RDLearnedClientsResponse response) {
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.enocean/src/main/java/org/openhab/binding/enocean/internal/transceiver/EnOceanESP2Transceiver.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.enocean/src/main/java/org/openhab/binding/enocean/internal/transceiver/EnOceanESP3Transceiver.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.enocean/src/main/java/org/openhab/binding/enocean/internal/transceiver/EnOceanTransceiver.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.enocean/src/main/java/org/openhab/binding/enocean/internal/transceiver/TransceiverErrorListener.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.flicbutton/src/main/java/org/openhab/binding/flicbutton/internal/discovery/FlicSimpleclientDiscoveryServiceImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ protected void startScan() {
77
77
discoverVerifiedButtons();
78
78
}
79
79
} catch (IOExceptione) {
80
-
logger.warn("Error occured during button discovery", e);
80
+
logger.warn("Error occurred during button discovery", e);
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.flicbutton/src/main/java/org/openhab/binding/flicbutton/internal/handler/FlicDaemonBridgeHandler.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.ftpupload/src/main/java/org/openhab/binding/ftpupload/internal/ftp/SimpleFtpFile.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ public byte[] getData() {
184
184
logger.debug("File len: {}", d.length);
185
185
returnd;
186
186
} catch (IllegalArgumentExceptione) {
187
-
logger.debug("Exception occured during data conversion: {}", e.getMessage());
187
+
logger.debug("Exception occurred during data conversion: {}", e.getMessage());
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.icalendar/src/main/java/org/openhab/binding/icalendar/internal/handler/ICalendarHandler.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.icloud/src/main/java/org/openhab/binding/icloud/internal/handler/ICloudAccountBridgeHandler.java
0 commit comments