Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
scoreboard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
João Lino
scoreboard
Commits
58811b0e
Commit
58811b0e
authored
Jul 26, 2022
by
João Lino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fill missing IScoreboard javadoc
parent
a70e69a9
Pipeline
#11
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/main/java/org/example/scoreboard/api/IScoreboard.java
src/main/java/org/example/scoreboard/api/IScoreboard.java
+4
-4
No files found.
src/main/java/org/example/scoreboard/api/IScoreboard.java
View file @
58811b0e
...
...
@@ -29,9 +29,9 @@ public interface IScoreboard {
* Update team scores.
* Receiving the pair score; home team score and away team score updates a game score.
*
* @param match
* @param homeTeamScore
* @param awayTeamScore
* @param match
match to update
* @param homeTeamScore
home team score
* @param awayTeamScore
away team score
* @return updated match
*/
IMatch
updateScore
(
IMatch
match
,
IScore
homeTeamScore
,
IScore
awayTeamScore
);
...
...
@@ -40,7 +40,7 @@ public interface IScoreboard {
* Get a summary of games by total score.
* Those games with the same total score will be returned ordered by the most recently added to our system.
*
* @return
* @return
ordered game summary
*/
ArrayList
<
IMatch
>
getGameSummary
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment