Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bblfish committed Dec 2, 2022
1 parent 6ce6968 commit 2b2e935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/RDF_Trait.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import scala.util.Try
import scala.reflect.TypeTest

object TraitTypes {
trait Node:
abstract class Node:
def value: String

class Uri(u: String) extends Node:
Expand Down

0 comments on commit 2b2e935

Please sign in to comment.