Typos a/an (#13846)
This commit is contained in:
@@ -563,7 +563,7 @@ public class PowermaxCommManager implements PowermaxMessageEventListener {
|
||||
}
|
||||
|
||||
/**
|
||||
* Send a ENROLL message
|
||||
* Send an ENROLL message
|
||||
*
|
||||
* @return true if the message was sent or the sending is delayed; false in other cases
|
||||
*/
|
||||
|
||||
@@ -15,7 +15,7 @@ package org.openhab.binding.powermax.internal.message;
|
||||
import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
|
||||
/**
|
||||
* Used to map received messages from the Visonic alarm panel to a ENUM value
|
||||
* Used to map received messages from the Visonic alarm panel to an ENUM value
|
||||
*
|
||||
* @author Laurent Garnier - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.eclipse.jdt.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* Used to map messages to be sent to the Visonic alarm panel to a ENUM value
|
||||
* Used to map messages to be sent to the Visonic alarm panel to an ENUM value
|
||||
*
|
||||
* @author Laurent Garnier - Initial contribution
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user