Skip to content

Commit

Permalink
#1199 puzzle to continue
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Aug 9, 2021
1 parent 96a0dc8 commit 4973080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* It should decide what kind of event has occurred and delegate it
* further to the ProjectManager who will deal with it. We still need
* the Issue Assigned case and Comment Created case.
* @todo #1996:30min Add the Project_Renamed case to the resolve(...) method
* @todo #1199:60min Add the REPO_RENAMED case to the resolve(...) method
* and forward the call to the ProjectManager to take care of it.
*/
public final class StoredProject implements Project {
Expand Down

0 comments on commit 4973080

Please sign in to comment.