FIXME removals

This commit is contained in:
Sebastian Hartte
2020-06-22 11:35:52 +02:00
parent 195cbecdb3
commit 45dd8930d3
17 changed files with 48 additions and 106 deletions
@@ -24,6 +24,7 @@
package appeng.api.networking.security;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import appeng.api.networking.IGridNode;
@@ -36,6 +37,6 @@ public interface IActionHost {
*
* @return the the gridnode that actions from this IGridHost are preformed by.
*/
@Nonnull // FIXME fishy annotation, every caller seems to check for null
@Nullable
IGridNode getActionableNode();
}