mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 14:27:21 +00:00
19 lines
403 B
Diff
19 lines
403 B
Diff
diff --git a/tests/ExampleFile.java b/tests/ExampleFile.java
|
|
index d340f6a..29b54da 100644
|
|
--- a/tests/ExampleFile.java
|
|
+++ b/tests/ExampleFile.java
|
|
@@ -1,13 +1,5 @@
|
|
package com.mydomain.myapp;
|
|
|
|
public class JavaTests {
|
|
- // TODO: Some Java
|
|
- // # Some title
|
|
- // <SomeTag>
|
|
|
|
- /*
|
|
- TODO: Definitely some Java
|
|
- # Another title
|
|
- <AnotherTag>
|
|
- */
|
|
}
|
|
\ No newline at end of file
|