NoIssue: Clean-up

This commit is contained in:
2026-01-24 14:47:37 +01:00
parent c001b7961e
commit c7c12ea6e8

View File

@@ -2,7 +2,7 @@ package com.r35157.nenjim.hubd;
public interface NenjimHub { public interface NenjimHub {
/** /**
* This operation is supposed to do nothing * A no-operation (noop). This method is suppoted to do nothing.
*/ */
void noop(); void noop();
} }