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

Method Space

src/main/java/com/github/javafaker/Space.java:7–9  ·  view source on GitHub ↗
(Faker faker)

Source from the content-addressed store, hash-verified

5 private final Faker faker;
6
7 protected Space(Faker faker) {
8 this.faker = faker;
9 }
10
11 public String planet() {
12 return faker.resolve("space.planet");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected