Typos a/an (#13876)
This commit is contained in:
@@ -247,7 +247,7 @@ public class RioSystemDeviceDiscoveryService extends AbstractDiscoveryService {
|
||||
final String r = listener.getResponse();
|
||||
final Matcher m = respPattern.matcher(r);
|
||||
if (m.matches() && m.groupCount() >= groupNum) {
|
||||
logger.debug("Message '{}' returned an valid response: {}", message, r);
|
||||
logger.debug("Message '{}' returned a valid response: {}", message, r);
|
||||
return m.group(groupNum);
|
||||
}
|
||||
logger.debug("Message '{}' returned an invalid response: {}", message, r);
|
||||
|
||||
@@ -24,7 +24,7 @@ import org.openhab.core.types.State;
|
||||
|
||||
/**
|
||||
* Defines an implementation of {@link RioHandlerCallback} that will remember the last state
|
||||
* for an channelId and suppress the callback if the state hasn't changed
|
||||
* for a channelId and suppress the callback if the state hasn't changed
|
||||
*
|
||||
* @author Tim Roberts - Initial contribution
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user