diff options
Diffstat (limited to 'src/test/java/com/gitblit/tests/Test.java')
-rw-r--r-- | src/test/java/com/gitblit/tests/Test.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/java/com/gitblit/tests/Test.java b/src/test/java/com/gitblit/tests/Test.java new file mode 100644 index 00000000..275c6b4c --- /dev/null +++ b/src/test/java/com/gitblit/tests/Test.java @@ -0,0 +1,11 @@ +package com.gitblit.tests; + +/** + * Created with IntelliJ IDEA. + * User: manisha + * Date: 3/21/14 + * Time: 12:03 PM + * To change this template use File | Settings | File Templates. + */ +public @interface Test { +} |