java-faker
java-faker copied to clipboard
A bug in the job method
To Reproduce
Faker faker = new Faker(Locale.CHINA);
System.out.println(faker.name().name());
System.out.println(faker.job().field());
System.out.println(faker.job().position());
System.out.println(faker.job().title());
this is result.

Versions:
- OS: windows
- JDK 1.8
- Faker Version 1.0.2
This library is no longer maintained. Please use https://github.com/datafaker-net/datafaker, which is an active fork of this library.