- removed JCache (JSR 107) as this is not required here
- fixed comments
Signed-off-by: Roland Häder <roland@mxchange.org>
jar.index=${jnlp.enabled}
javac.classpath=\
${file.reference.jcore-logger-lib.jar}:\
- ${libs.javaee-api-7.0.classpath}:\
- ${libs.cache.classpath}
+ ${libs.javaee-api-7.0.classpath}
# Space-separated list of extra javac options
javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
javac.deprecation=true
* @param queueJndi JNDI name for email queue
*/
protected BaseEnterpriseBean (final String factoryJndi, final String queueJndi) {
- // Call default constructor
+ // Invoke default constructor
this();
// Try it out
* @param exceptionHandler Wrapped exception handler
*/
public CustomExceptionHandler (final ExceptionHandler exceptionHandler) {
- // Call default constructor
+ // Invoke default constructor
this();
// Set handler here