**Affects:** 5.3.8 --- This method named `hasContributors()` has a body that returns `true` when there are no contributors. ```java public boolean hasContributors() { return this.contributors.isEmpty(); } ```
Affects: 5.3.8
This method named
hasContributors()has a body that returnstruewhen there are no contributors.