Internal constructor, not to be used by clients. Instances of Name should be accessed via Faker#name().
(Faker faker)
| 11 | * {@link Faker#name()}. |
| 12 | */ |
| 13 | protected Name(Faker faker) { |
| 14 | this.faker = faker; |
| 15 | } |
| 16 | |
| 17 | /** |
| 18 | * <p> |
nothing calls this directly
no outgoing calls
no test coverage detected