Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit 58624bf

Browse files
committed
updated command context from class to trait
1 parent 15d4783 commit 58624bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
package com.databricks.backend.common.rpc
22

3-
class CommandContext {
4-
5-
}
3+
trait CommandContext {}

0 commit comments

Comments
 (0)