Skip to content

Commit

Permalink
Merge pull request #9 from belingueres/Fix6
Browse files Browse the repository at this point in the history
Fix #6: Constructor InterpolatorFilterReader( Reader in, Interpolator…
  • Loading branch information
olamy committed Nov 8, 2016
2 parents aad4ac1 + f9cea42 commit 08c38ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public InterpolatorFilterReader( Reader in, Interpolator interpolator, String be
*/
public InterpolatorFilterReader( Reader in, Interpolator interpolator, RecursionInterceptor ri )
{
this( in, interpolator, DEFAULT_BEGIN_TOKEN, DEFAULT_END_TOKEN, new SimpleRecursionInterceptor() );
this( in, interpolator, DEFAULT_BEGIN_TOKEN, DEFAULT_END_TOKEN, ri );
}

/**
Expand Down

0 comments on commit 08c38ea

Please sign in to comment.