Skip to content

Commit

Permalink
Update AbstractResourceServiceMessageSource.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed May 22, 2024
1 parent cd41c58 commit 3a44c42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ public abstract class AbstractResourceServiceMessageSource extends AbstractServi
/**
* The default prefix of of message resource name
*/
protected static final String DEFAULT_RESOURCE_NAME_PREFIX = "i18n_messages_";
public static final String DEFAULT_RESOURCE_NAME_PREFIX = "i18n_messages_";

/**
* The default suffix of message resource name
*/
protected static final String DEFAULT_RESOURCE_NAME_SUFFIX = ".properties";
public static final String DEFAULT_RESOURCE_NAME_SUFFIX = ".properties";

private volatile Map<String, Map<String, String>> localizedResourceMessages = emptyMap();

Expand Down

0 comments on commit 3a44c42

Please sign in to comment.