Skip to content

Commit 07561d4

Browse files
committed
nit fix
Signed-off-by: sperlingxx <lovedreamf@gmail.com>
1 parent c725e43 commit 07561d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/test/scala/com/nvidia/spark/rapids/ResourceBoundedExecutorSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ResourceBoundedExecutorSuite extends AnyFunSuite with RmmSparkRetrySuiteBa
4040
* Builds a dummy function that simulates the CPU task, which returns the timestamp of the
4141
* completion of the task.
4242
*/
43-
def buildDummyFn(startBlk: Lock): () => Long = {
43+
private def buildDummyFn(startBlk: Lock): () => Long = {
4444
() => {
4545
// Block the start of task execution until the lock is released.
4646
startBlk.lock()

0 commit comments

Comments
 (0)