Polishing

This commit is contained in:
Juergen Hoeller
2017-09-27 01:34:11 +02:00
parent a4b2ae583e
commit efce7902c4
43 changed files with 107 additions and 98 deletions

View File

@@ -91,7 +91,7 @@ public class ReaderContext {
}
/**
* Raise a fatal error.
* Raise a regular error.
*/
public void error(String message, @Nullable Object source) {
error(message, source, null, null);