Skip to content

Commit f255373

Browse files
remove scaladoc
1 parent a1e124c commit f255373

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

akka-cluster-sharding/src/main/scala/akka/cluster/sharding/internal/ClusterShardingInstrumentation.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ trait ClusterShardingInstrumentation {
202202

203203
def receivedShardHome(selfAddress: Address, shardRegionActor: ActorRef, typeName: String, shardId: String): Unit
204204

205-
/**
206-
* Drop a message send to a Shard Region if the buffer is full.
207-
*/
208205
def messageDropped(selfAddress: Address, self: ActorRef, typeName: String): Unit
209206

210207
def shardHandoffStarted(selfAddress: Address, shardCoordinatorActor: ActorRef, typeName: String, shard: String): Unit

0 commit comments

Comments
 (0)