X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjcoreee%2Fexceptions%2FCustomExceptionHandlerFactory.java;h=6a8d4843fb2a5cee5920754aeb6093714ada747c;hb=87ad78a7a37317c50fa1613c51159cb98772ba46;hp=38b7bee36ad3b756749a86c4a9445c4fcdd45046;hpb=2da470acc690169502a678371193f6f68df5e362;p=jcore-utils.git diff --git a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java index 38b7bee..6a8d484 100644 --- a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java +++ b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016, 2017 Roland Häder * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ import javax.faces.context.ExceptionHandlerFactory; *

* 1: https://wmarkito.wordpress.com/2012/04/05/adding-global-exception-handling-using-jsf-2-x-exceptionhandler/ *

- * @author Roland Haeder + * @author Roland Häder */ public class CustomExceptionHandlerFactory extends ExceptionHandlerFactory {