Skip to content

Commit e2ac18a

Browse files
committed
[avoid-builder-pattern] Correct access level in scala example
1 parent 2574f1b commit e2ac18a

File tree

1 file changed

+1
-1
lines changed
  • more-readable-code-avoiding-builder-pattern/4-named_arguments/src/main/scala

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
final case class AccessLevel($attributeName$: $AttributeClass$)
2+
final case class AccessLevel(value: Int)

0 commit comments

Comments
 (0)