Skip to content

Commit

Permalink
#1197 fix stack overflow introduced on last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Mar 25, 2017
1 parent 4b6f187 commit 30337e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public ReplicationException(final String adMessage, final Throwable cause)
@Override
public ReplicationException setParameter(final String parameterName, final Object value)
{
setParameter(parameterName, value);
super.setParameter(parameterName, value);
return this;
}

Expand Down

0 comments on commit 30337e3

Please sign in to comment.