Skip to content

Commit 7462e53

Browse files
committed
#1720 change visibility to trait
1 parent c67a312 commit 7462e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vuu/src/main/scala/org/finos/vuu/api/TableDef.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object Link {
2525
}
2626

2727
// Used in table definition to indicate the visibility level of a table
28-
class Visibility
28+
trait Visibility
2929

3030
// All users can create view port to see the table
3131
case object Public extends Visibility

0 commit comments

Comments
 (0)