From ceb90a631484ea72fb8e949ac8278a42cf279e68 Mon Sep 17 00:00:00 2001
From: Nikita Kuznetsov <n.kuznetsov@iconic.vc>
Date: Wed, 29 Nov 2017 03:26:01 +0300
Subject: [PATCH] test 0pdd integration #2

---
 test.java | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 test.java

diff --git a/test.java b/test.java
new file mode 100644
index 0000000..3473d47
--- /dev/null
+++ b/test.java
@@ -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();
+}