Repository: tapestry-5 Updated Branches: refs/heads/master defcffcd7 -> 5d14ccfa9
Fix a formatting error in the text excepton report Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/5d14ccfa Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/5d14ccfa Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/5d14ccfa Branch: refs/heads/master Commit: 5d14ccfa96ccb9aa171e625eb597c290994496da Parents: defcffc Author: Howard M. Lewis Ship <hls...@apache.org> Authored: Wed Feb 11 11:52:34 2015 -0800 Committer: Howard M. Lewis Ship <hls...@apache.org> Committed: Wed Feb 11 11:52:34 2015 -0800 ---------------------------------------------------------------------- .../internal/services/exceptions/ExceptionReportWriterImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5d14ccfa/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/exceptions/ExceptionReportWriterImpl.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/exceptions/ExceptionReportWriterImpl.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/exceptions/ExceptionReportWriterImpl.java index 51909b8..439dfdd 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/exceptions/ExceptionReportWriterImpl.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/exceptions/ExceptionReportWriterImpl.java @@ -67,7 +67,7 @@ public class ExceptionReportWriterImpl implements ExceptionReportWriter }; /** - * A little closure that understands how to write a key/value pair represening a property. + * A little closure that understands how to write a key/value pair representing a property. */ interface PropertyWriter { @@ -234,7 +234,7 @@ public class ExceptionReportWriterImpl implements ExceptionReportWriter } if (!request.getParameterNames().isEmpty()) { - writer.print("%nParameters:%n"); + writer.printf("%nParameters:%n"); for (String name : request.getParameterNames()) { // TODO: Support multi-value parameters