Skip to content

Commit

Permalink
Added @singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Feb 4, 2024
1 parent 7e696a9 commit 55ce13d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/codehaus/plexus/i18n/DefaultI18N.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/

import javax.inject.Named;
import javax.inject.Singleton;

import java.text.MessageFormat;
import java.util.HashMap;
Expand All @@ -32,6 +33,7 @@
*
*/
@Named
@Singleton
public class DefaultI18N implements I18N {

private final Logger log = LoggerFactory.getLogger(DefaultI18N.class);
Expand Down

0 comments on commit 55ce13d

Please sign in to comment.