Skip to content

Commit 406f068

Browse files
committed
Removes 'new' keyword from Become method.
1 parent 0b31813 commit 406f068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Servus.Akka/Diagnostics/TracedMessageActor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private void ExecuteMessageHandler(object message)
4646
/// Changes the actor's behavior and replaces the current receive handler with the specified handler.
4747
/// </summary>
4848
/// <param name="configure">Configures the new handler by calling the different Receive overloads.</param>
49-
protected new void Become(Action configure)
49+
protected void Become(Action configure)
5050
{
5151
_handlerRegistry.Clear();
5252

0 commit comments

Comments
 (0)