Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ Weather
Method
Weather
src/main/java/com/github/javafaker/Weather.java:15–17 ·
view source on GitHub ↗
(Faker faker)
Source
from the content-addressed store, hash-verified
13
private
final
Faker faker;
14
15
protected
Weather(Faker faker) {
16
this.faker = faker;
17
}
18
19
/**
20
* Generates a short weather description.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected