Skip to content

Commit

Permalink
Added missing @JvmOverloads to Benchmark class (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto authored Apr 26, 2022
1 parent 7a767b6 commit c63f833
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ fun relativeOrAbsolute(path: Path, topLevel: File?): Path {
}

/** Measures the time between creating the object to calling its stop() method. */
open class Benchmark(
open class Benchmark
@JvmOverloads
constructor(
c: Class<*>,
message: String,
debug: Boolean = false,
Expand Down

0 comments on commit c63f833

Please sign in to comment.