When a straight answer won't do, BS to the rescue!
()
| 55 | * When a straight answer won't do, BS to the rescue! |
| 56 | */ |
| 57 | public String bs() { |
| 58 | @SuppressWarnings("unchecked") |
| 59 | List<List<String>> buzzwordLists = (List<List<String>>) faker.fakeValuesService().fetchObject("company.bs"); |
| 60 | return joinSampleOfEachList(buzzwordLists, " "); |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Generate a random company logo url in PNG format. |