MCPcopy Create free account
hub / github.com/DiUS/java-faker / Lorem

Method Lorem

src/main/java/com/github/javafaker/Lorem.java:14–16  ·  view source on GitHub ↗
(Faker faker)

Source from the content-addressed store, hash-verified

12 private final Faker faker;
13
14 protected Lorem(Faker faker) {
15 this.faker = faker;
16 }
17
18 public char character() {
19 return character(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected