NoIssue: Add noop()
This commit is contained in:
9
src/main/java/com/r35157/nenjim/hubd/NenjimHub.java
Normal file
9
src/main/java/com/r35157/nenjim/hubd/NenjimHub.java
Normal 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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user