Remove superfluous @JvmStatic annotation. ()

This annotation was applied because of a misunderstanding of what it actually did.
This commit is contained in:
Chris Rankin 2018-03-16 10:31:48 +00:00 committed by GitHub
parent 59d4a2c7fe
commit 9f80cfa249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,6 @@ data class LedgerTransaction @JvmOverloads constructor(
}
private companion object {
@JvmStatic
private fun createContractFor(className: ContractClassName, classLoader: ClassLoader?): Try<Contract> {
return Try.on {
(classLoader ?: this::class.java.classLoader)