Correct comment
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/87d645c8 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/87d645c8 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/87d645c8 Branch: refs/heads/master Commit: 87d645c8b46cb40a69aca8c6b835ad3b6e20e344 Parents: 1b43760 Author: Howard M. Lewis Ship <[email protected]> Authored: Wed Nov 27 11:37:47 2013 -0800 Committer: Howard M. Lewis Ship <[email protected]> Committed: Wed Nov 27 11:37:47 2013 -0800 ---------------------------------------------------------------------- .../coffeescript/META-INF/modules/t5/core/exception-display.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/87d645c8/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/exception-display.coffee ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/exception-display.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/exception-display.coffee index 581100d..9106350 100644 --- a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/exception-display.coffee +++ b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/exception-display.coffee @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# ## t5/core/exception-report +# ## t5/core/exception-display # # Provides dynamic behavior for the t5/core/ExceptionDisplay component; specifically, # filtering the stack trace.
