Skip to content

Commit

Permalink
Fix nullability annotation of getTunnelTypeByItem (AppliedEnergistics…
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored Jun 27, 2021
1 parent f4fd152 commit 1ed4d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/java/appeng/api/features/IP2PTunnelRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ public interface IP2PTunnelRegistry {
*
* @return null if no attunement can be found or attunement
*/
@Nonnull
@Nullable
TunnelType getTunnelTypeByItem(ItemStack trigger);
}

0 comments on commit 1ed4d5b

Please sign in to comment.