mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Spotless changes
spotless Signed-off-by: Bob Eckhoff <katmandodo@yahoo.com>
This commit is contained in:
parent
32c2665811
commit
23ec6aeb7e
@ -21,10 +21,10 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
*/
|
||||
@NonNullByDefault
|
||||
public interface Callback {
|
||||
/**
|
||||
* Updates channels with the response
|
||||
*
|
||||
* @param response Byte response from the device used to update channels
|
||||
*/
|
||||
/**
|
||||
* Updates channels with the response
|
||||
*
|
||||
* @param response Byte response from the device used to update channels
|
||||
*/
|
||||
void updateChannels(Response response);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user