Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
remove suprious comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eaceaser committed Aug 31, 2011
1 parent ace5a61 commit e4dc689
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -51,7 +51,6 @@ class LeafRoutingNode[T](private[shards] val factory: ShardFactory[T], val shard

val children = Nil

// only one of these will usually be called.
val readOnlyShard = factory.instantiateReadOnly(shardInfo, weight)
val readWriteShard = factory.instantiate(shardInfo, weight)

Expand Down

0 comments on commit e4dc689

Please sign in to comment.