blob: 275c6b4c31852f9ce41fd3da82da9bb9d14c5b21 (
plain)
1
2
3
4
5
6
7
8
9
10
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 {
}
|