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

Class Hipster

src/main/java/com/github/javafaker/Hipster.java:3–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package com.github.javafaker;
2
3public class Hipster {
4 private final Faker faker;
5
6 protected Hipster(final Faker faker) {
7 this.faker = faker;
8 }
9
10 public String word() {
11 return faker.resolve("hipster.words");
12 }
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected