Skip to content

Commit d941aee

Browse files
committed
added comments
1 parent 60ba3ec commit d941aee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scalding-thrift-macros/src/main/scala/com/twitter/scalding/thrift/macros/RequiredBinaryComparators.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import com.twitter.scalding.thrift.macros.impl.ScroogeInternalOrderedSerializati
55
import scala.language.experimental.{ macros => smacros }
66

77
/**
8+
* Provides support for Scrooge classes in addition to primitives, cases classes, tuples etc. Use this
9+
* if you use Scrooge classes as `key` in your scalding job.
810
* @author Mansur Ashraf.
911
*/
1012
trait RequiredBinaryComparators extends RequiredBinaryComparatorsConfig {

0 commit comments

Comments
 (0)