diff --git a/src/main/java/com/r35157/nenjim/hubd/NenjimHub.java b/src/main/java/com/r35157/nenjim/hubd/NenjimHub.java new file mode 100644 index 0000000..cc3bc7e --- /dev/null +++ b/src/main/java/com/r35157/nenjim/hubd/NenjimHub.java @@ -0,0 +1,9 @@ +package com.r35157.nenjim.hubd; + +public interface NenjimHub { + /** + * This operation is supposed to do nothing + */ + void noop(); +} +