Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
add annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
HoleFish committed Mar 18, 2024
1 parent 3941321 commit 925f03f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ public void onPostTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) {
}

@Override
public void stopMachine(ShutDownReason reason) {
public void stopMachine(@NotNull ShutDownReason reason) {
baseEff = 0;
optFlow = 0;
disableAllTurbineHatches();
Expand Down

0 comments on commit 925f03f

Please sign in to comment.