Fix javadoc in unit tests

This commit is contained in:
Rajat Venkatesh 2015-09-02 17:04:20 -07:00
parent 19f137ebc3
commit b598b70548

View file

@ -28,7 +28,7 @@ import static org.hamcrest.Matchers.*;
import static org.junit.Assert.assertEquals;
/**
* Created by rajatv on 4/24/15.
* Tests for HBase Interpreter
*/
public class HbaseInterpreterTest {
private static Logger logger = LoggerFactory.getLogger(HbaseInterpreterTest.class);