Spotless changes

spotless
Signed-off-by: Bob Eckhoff <katmandodo@yahoo.com>
This commit is contained in:
Bob Eckhoff 2024-11-15 09:37:34 -05:00
parent 32c2665811
commit 23ec6aeb7e

View File

@ -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);
}