Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ Aviation
Method
Aviation
src/main/java/com/github/javafaker/Aviation.java:10–12 ·
view source on GitHub ↗
(Faker faker)
Source
from the content-addressed store, hash-verified
8
private
final
Faker faker;
9
10
protected
Aviation(Faker faker) {
11
this.faker = faker;
12
}
13
14
/**
15
* @
return
some aircraft name/model/make e.g.
"An-2"
.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected