NoIssue: Add noop()

This commit is contained in:
Minimons
2026-01-24 14:50:13 +01:00
committed by minimons
parent da85cd4364
commit 819e05dabd
@@ -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();
}