Skip to content

Commit

Permalink
Do not allow further argument configuration after setting assigner.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Nov 1, 2016
1 parent 671b556 commit 476ec76
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -453,7 +453,7 @@ public MethodCall withField(FieldLocator.Factory fieldLocatorFactory, String...
* @param typing Indicates if dynamic type castings should be attempted for incompatible assignments.
* @return This method call using the provided assigner.
*/
public MethodCall withAssigner(Assigner assigner, Assigner.Typing typing) {
public Implementation.Composable withAssigner(Assigner assigner, Assigner.Typing typing) {
return new MethodCall(methodLocator,
targetHandler,
argumentLoaders,
Expand Down

0 comments on commit 476ec76

Please sign in to comment.