Commit 456f5ce2 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.0.x'

parents f5d922c7 59f4c5bd
......@@ -46,7 +46,7 @@ final class OriginTrackedFieldError extends FieldError implements OriginProvider
@Override
public String toString() {
if (this.origin == null) {
return toString();
return super.toString();
}
return super.toString() + "; origin " + this.origin;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment