()
| 97 | private final ProgrammingLanguage programmingLanguage; |
| 98 | |
| 99 | public Faker() { |
| 100 | this(Locale.ENGLISH); |
| 101 | } |
| 102 | |
| 103 | public Faker(Locale locale) { |
| 104 | this(locale, (Random)null); |
nothing calls this directly
no outgoing calls
no test coverage detected