X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjcoreee%2Fexceptions%2FCustomExceptionHandlerFactory.java;h=6a8d4843fb2a5cee5920754aeb6093714ada747c;hb=87ad78a7a37317c50fa1613c51159cb98772ba46;hp=9ee06d152b659c0d3613d4cd46c2e19746dbba2e;hpb=8483b5e7b58a11bbdb8db7925a9ac0741b6a2ec0;p=jcore-utils.git diff --git a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java index 9ee06d1..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 {