We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67a312 commit 7462e53Copy full SHA for 7462e53
vuu/src/main/scala/org/finos/vuu/api/TableDef.scala
@@ -25,7 +25,7 @@ object Link {
25
}
26
27
// Used in table definition to indicate the visibility level of a table
28
-class Visibility
+trait Visibility
29
30
// All users can create view port to see the table
31
case object Public extends Visibility
0 commit comments