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 @NonNullByDefault
public interface Callback { public interface Callback {
/** /**
* Updates channels with the response * Updates channels with the response
* *
* @param response Byte response from the device used to update channels * @param response Byte response from the device used to update channels
*/ */
void updateChannels(Response response); void updateChannels(Response response);
} }