Skip to content

Commit

Permalink
Remove unneeded annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Greene <[email protected]>
  • Loading branch information
edwin-greene committed Feb 20, 2025
1 parent 8cf8768 commit 3d263c8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@

import com.hedera.hapi.block.stream.output.protoc.StateChanges;
import com.hederahashgraph.api.proto.java.TransactionRecord;
import jakarta.inject.Named;
import java.util.List;

@Named
abstract class AbstractTokenTransformer extends AbstractBlockItemTransformer {

void updateTotalSupply(List<StateChanges> stateChangesList, TransactionRecord.Builder transactionRecordBuilder) {
Expand Down

0 comments on commit 3d263c8

Please sign in to comment.