* "#1081 Removed public class modifiers" * Changed Meetup method to private per comments on Pull Request #1082 * Made Meetup method public again as it did not pass the checks for Pull Request #1082. * Changed MeetupTest.java to private per comments on Pull Request #1082 * Made MeetupTest public again as it failed testing. * Made Meetup method package-private per comments on Pull Request #1082. * Corrected access modifiers per suggestions on Pull Request #1082. Removed package-private from Meetup method and removed private from cycleToPrev and cycleToNext methods. * Added private access levels back to cycleToPrev and cycleToNext. Per feedback on pull request #1082 added the private access levels back to these two methods.
|
||
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
| 5 |
|
|
| 5 |
|
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 |
|
|
| 8 |
|
|
| 9 | 9 |
|
| 10 | 10 |
|
| 11 | 11 |
|
|
||
| 1 |
|
|
| 1 |
|
|
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
|
||
| 1 |
|
|
| 1 |
|
|
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|