build check style error--

This commit is contained in:
Amit Dixit 2016-04-19 11:49:35 +05:30
parent 8fa774d420
commit d5f7cb4e2c
2 changed files with 8 additions and 2 deletions

7
.gitignore vendored
View File

@ -11,4 +11,9 @@ target
.idea
*.iml
*.swp
datanucleus.log
datanucleus.log
/bin/
/bin/
/bin/
data-mapper/src/main/resources/log4j.xml

View File

@ -28,7 +28,8 @@ public final class StudentTest {
/**
* This API tests the equality behaviour of Student object
* Object Equality should work as per logic defined in equals method
* @throws Exception
*
* @throws Exception if any execution error during test
*/
public void testEquality() throws Exception {