Update Basketball.java
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
package com.github.javafaker;
|
||||
|
||||
/**
|
||||
* Generate random components of basketall game, e.g. teams, coaches, positions and players.
|
||||
*/
|
||||
@@ -45,4 +44,4 @@ public class Basketball {
|
||||
public String players() {
|
||||
return faker.fakeValuesService().resolve("basketball.players", this, faker);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user