@since 2.0
(Binder binder)
| 148 | |
| 149 | /** @since 2.0 */ |
| 150 | @Override |
| 151 | public void applyTo(Binder binder) { |
| 152 | binder.withSource(getSource()).addError(this); |
| 153 | } |
| 154 | |
| 155 | /** |
| 156 | * Returns a copy of this {@link Message} with its sources replaced. |
nothing calls this directly
no test coverage detected