Skip to content

Commit e058035

Browse files
committed
Rest wrapper implicits - nits
1 parent 2a7b8c5 commit e058035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest/src/main/scala/io/udash/rest/RestDataCompanion.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ trait RestDataWrapperImplicits[Wrapped, T] {
130130
abstract class RestDataWrapperCompanion[Wrapped, T](implicit
131131
instances: MacroInstances[DefaultRestImplicits, () => NameAndAdjusters[T]]
132132
) extends TransparentWrapperCompanion[Wrapped, T] with RestDataWrapperImplicits[Wrapped, T] {
133-
override protected def nameAndAdjusters: NameAndAdjusters[T] = instances(DefaultRestImplicits, this).apply()
134-
override protected def wrapping: TransparentWrapping[Wrapped, T] = this
133+
override protected final def nameAndAdjusters: NameAndAdjusters[T] = instances(DefaultRestImplicits, this).apply()
134+
override protected final def wrapping: TransparentWrapping[Wrapped, T] = this
135135
}
136136

137137
/**

0 commit comments

Comments
 (0)