Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hedera-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
</plugins>
</build>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ public String getName() {
public String getMirrornodeEndpoint() {
return mirrornodeEndpoint;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public record ContractCallResult(@NonNull TransactionId transactionId, @NonNull
@NonNull byte[] transactionHash, @NonNull Instant consensusTimestamp,
@NonNull Hbar transactionFee,
@NonNull ContractFunctionResult contractFunctionResult) implements TransactionRecord {

public ContractCallResult {
Objects.requireNonNull(transactionId, "transactionId must not be null");
Objects.requireNonNull(status, "status must not be null");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ TokenTransferResult executeTransferTransactionForNft(@NonNull final TokenTransfe

@NonNull
Runnable addTransactionListener(@NonNull TransactionListener listener);
}
}
2 changes: 1 addition & 1 deletion hedera-base/src/test/resources/simplelogger.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
org.slf4j.simpleLogger.log.com.openelements=DEBUG
org.slf4j.simpleLogger.log.com.openelements=DEBUG
2 changes: 1 addition & 1 deletion hedera-enterprise-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@
</build>
</profile>
</profiles>
</project>
</project>
2 changes: 1 addition & 1 deletion hedera-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion hedera-spring-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion hedera-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@
</plugins>
</build>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* This package contains the private implementation of the Hedera Hashgraph SDK.

*/
package com.openelements.hedera.spring.implementation;
package com.openelements.hedera.spring.implementation;
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ void test() throws Exception {
Assertions.assertEquals(ContractVerificationState.FULL, state);
}

}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@
</build>
</profile>
</profiles>
</project>
</project>