Skip to content

Commit

Permalink
#717 Started implementing GitlabIssues.
Browse files Browse the repository at this point in the history
- fixed puzzles
  • Loading branch information
criske committed Nov 27, 2020
1 parent f778237 commit f48613b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions self-core-impl/src/main/java/com/selfxdsd/core/GitlabIssue.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
* @author criske
* @version $Id$
* @since 0.0.38
* @todo 719#60 Implement and test method `assign()` for
* @todo #719:60min Implement and test method `assign()` for
* GitlabIssue by following GithubIssue as model.
* @todo 720#60 Implement and test method `unassign()` for
* @todo #720:60min Implement and test method `unassign()` for
* GitlabIssue by following GithubIssue as model.
* @todo 721#60 Implement and test method `close()` for
* @todo #721:60min Implement and test method `close()` for
* GitlabIssue by following GithubIssue as model.
* @todo 722#60 Implement and test method `reopen()` for
* @todo #722:60min Implement and test method `reopen()` for
* GitlabIssue by following GithubIssue as model.
* @todo 723#60 Start implementing GitlabComments by following GithubComments
* as model. These will be used by GitlabIssue.
* @todo 724#60 Start implementing GitlabLabels by following GithubLabels
* @todo #723:60min Start implementing GitlabComments by following
* GithubComments as model. These will be used by GitlabIssue.
* @todo #724:60min Start implementing GitlabLabels by following GithubLabels
* as model. These will be used by GitlabIssue.
*/
final class GitlabIssue implements Issue {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* @author criske
* @version $Id$
* @since 0.0.38
* @todo 725#60 Implement and test method `getById()` for
* @todo #725:60min Implement and test method `getById()` for
* GitlabIssues by following GithubIssues as model.
*/
final class GitlabIssues implements Issues {
Expand Down

1 comment on commit f48613b

@charlesmike
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@criske I've opened the Issues [#722, #723, #724, #725, #726, #727, #728] for the newly added to-dos.

The to-dos may have been added in an earlier commit, but I've found them just now.

Please sign in to comment.