Adding ScalaDoc to EventStream

This commit is contained in:
Viktor Klang 2011-12-29 13:50:54 +01:00
parent f566182786
commit c371752b37
2 changed files with 11 additions and 2 deletions

View file

@ -116,7 +116,7 @@ trait LookupClassification { this: EventBus ⇒
*/
trait SubchannelClassification { this: EventBus
implicit val subclassification: Subclassification[Classifier]
protected implicit def subclassification: Subclassification[Classifier]
// must be lazy to avoid initialization order problem with subclassification
private lazy val subscriptions = new SubclassifiedIndex[Classifier, Subscriber]()