NoIssue: Add noop()

This commit is contained in:
Minimons
2026-01-23 16:09:07 +01:00
committed by Minimons
parent eccc5bcf62
commit eda81e73c6

View File

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