NoIssue: Add noop()
This commit is contained in:
8
src/main/java/com/r35157/nenjim/hubd/NenjimHUB.java
Normal file
8
src/main/java/com/r35157/nenjim/hubd/NenjimHUB.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package com.r35157.nenjim.hubd;
|
||||
|
||||
public interface NenjimHUB {
|
||||
/**
|
||||
* This operation is supposed to do nothing
|
||||
*/
|
||||
void noop();
|
||||
}
|
||||
Reference in New Issue
Block a user