MCPcopy Create free account
hub / github.com/ReadyTalk/avian / MessageFormat

Method MessageFormat

classpath/java/text/MessageFormat.java:37–40  ·  view source on GitHub ↗
(String pattern, Locale locale)

Source from the content-addressed store, hash-verified

35 private final Locale locale;
36
37 public MessageFormat(String pattern, Locale locale) {
38 this.pattern = pattern;
39 this.locale = locale;
40 }
41
42 public MessageFormat(String pattern) {
43 this(pattern, Locale.getDefault());

Callers

nothing calls this directly

Calls 1

getDefaultMethod · 0.95

Tested by

no test coverage detected