Skip to content

Commit

Permalink
Adds a JvmName annotation to Utils.kt for better java interop.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Dudley committed Dec 1, 2016
1 parent 053dd9a commit 110864f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/kotlin/net/corda/core/Utils.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:JvmName("Utils")

package net.corda.core

import com.google.common.base.Function
Expand Down

0 comments on commit 110864f

Please sign in to comment.