Skip to content

Commit

Permalink
test 0pdd integration #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Kuznetsov committed Nov 29, 2017
1 parent 45139df commit ceb90a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test.java
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();
}

2 comments on commit ceb90a6

@8genBot
Copy link

Choose a reason for hiding this comment

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

Puzzle 234-6f82e2e2 discovered in test.java and submitted as #7.

@8genBot
Copy link

Choose a reason for hiding this comment

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

Puzzle 1-7e0e56e7 discovered in test.java and submitted as #8.

Please sign in to comment.