Skip to content

Commit

Permalink
readd deprecation to PA
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Mar 29, 2024
1 parent aafe5e0 commit 40973ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
*/
@ParametersAreNonnullByDefault
@MethodsReturnNonnullByDefault
//@Deprecated(forRemoval = true)
//@ApiStatus.ScheduledForRemoval(inVersion = "1.2.0")
@Deprecated(forRemoval = true)
@ApiStatus.ScheduledForRemoval(inVersion = "1.2.0")
public class ProcessingArrayMachine extends TieredWorkableElectricMultiblockMachine implements IMachineModifyDrops {

protected static final ManagedFieldHolder MANAGED_FIELD_HOLDER = new ManagedFieldHolder(ProcessingArrayMachine.class, TieredWorkableElectricMultiblockMachine.MANAGED_FIELD_HOLDER);
Expand Down

0 comments on commit 40973ed

Please sign in to comment.