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 97de6b2 commit b3d36fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2800,7 +2800,7 @@ private void initLevel(final String nameOrNumber) {
* @since Angus Mail 2.0.3
* @see #setMailEntries(java.lang.String)
*/
public final Properties parseMailEntries(String entries) {
private Properties parseMailEntries(String entries) {
final Properties props = new Properties();
if (hasValue(entries)) {
/**
Expand Down

0 comments on commit b3d36fa

Please sign in to comment.