Skip to content

Commit d5f7cb4

Browse files
committed
build check style error--
1 parent 8fa774d commit d5f7cb4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ target
1111
.idea
1212
*.iml
1313
*.swp
14-
datanucleus.log
14+
datanucleus.log
15+
/bin/
16+
/bin/
17+
/bin/
18+
19+
data-mapper/src/main/resources/log4j.xml

data-mapper/src/test/java/com/iluwatar/datamapper/StudentTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ public final class StudentTest {
2828
/**
2929
* This API tests the equality behaviour of Student object
3030
* Object Equality should work as per logic defined in equals method
31-
* @throws Exception
31+
*
32+
* @throws Exception if any execution error during test
3233
*/
3334
public void testEquality() throws Exception {
3435

0 commit comments

Comments
 (0)