Adding ScalaDoc to EventStream
This commit is contained in:
parent
f566182786
commit
c371752b37
2 changed files with 11 additions and 2 deletions
|
|
@ -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]()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue