Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Re-use constructors even more
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Sep 25, 2016
1 parent 542e7cc commit 882f13e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public ActorSystemRuleImpl(final String name,
}

public ActorSystemRuleImpl(final String name) {
this(name, null, DEFAULT_SHUTDOWN_TIMEOUT);
this(name, null);
}

/**
Expand Down

0 comments on commit 882f13e

Please sign in to comment.