Skip to content

Commit

Permalink
MailHandler LogManger support for mail entries #119
Browse files Browse the repository at this point in the history
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
  • Loading branch information
jmehrens committed Jan 20, 2024
1 parent 05ed87f commit f872917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2379,7 +2379,7 @@ private void grow() {
* @throws SecurityException if a security manager exists and the
* caller does not have <code>LoggingPermission("control")</code>.
*/
private synchronized void init(Properties props) {
private synchronized void init(final Properties props) {
assert this.errorManager != null;
final String p = getClass().getName();
this.mailProps = new Properties(); //See method param comments.
Expand Down

0 comments on commit f872917

Please sign in to comment.