-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nikita Kuznetsov
committed
Nov 29, 2017
1 parent
45139df
commit ceb90a6
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/** | ||
* @todo #234:15m/DEV This is something to do later | ||
* in one of the next releases. I can't figure out | ||
* how to implement it now, that's why the puzzle. | ||
*/ | ||
void sendEmail() { | ||
throw new UnsupportedOperationException(); | ||
} | ||
|
||
|
||
/** | ||
* @todo #1:15m/DEV Should did this task | ||
*/ | ||
void getEmail() { | ||
throw new UnsupportedOperationException(); | ||
} |
ceb90a6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
234-6f82e2e2
discovered intest.java
and submitted as #7.ceb90a6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
1-7e0e56e7
discovered intest.java
and submitted as #8.