Skip to content

Commit bb72664

Browse files
committed
chore: fix Javadoc warnings in 'services' modules
Signed-off-by: Jendrik Johannes <[email protected]>
1 parent 13a1bb4 commit bb72664

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

hedera-node/hedera-app/src/main/java/com/hedera/node/app/signature/impl/SignatureVerificationFutureImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public Key key() {
8585
return key;
8686
}
8787

88-
/** {@inheritDoc} */
8988
@NonNull
9089
public TransactionSignature txSig() {
9190
return txSig;

hedera-node/hedera-app/src/main/java/com/hedera/node/app/store/ServiceApiFactory.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ public ServiceApiFactory(
4949
this.storeMetricsService = requireNonNull(storeMetricsService);
5050
}
5151

52-
/**
53-
* {@inheritDoc}
54-
*/
5552
public <C> C getApi(@NonNull final Class<C> apiInterface) throws IllegalArgumentException {
5653
requireNonNull(apiInterface);
5754
final var provider = API_PROVIDER.get(apiInterface);

hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/exec/scope/HederaOperations.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public interface HederaOperations {
111111

112112
/**
113113
* Returns the lazy creation cost within this scope.
114-
* @param recipient the recipient contract address
115114
*
116115
* @param recipient the recipient contract address
117116
* @return the lazy creation cost in gas

0 commit comments

Comments
 (0)