From d5f7cb4e2c783a809a3e4bc1e24ec4785ee31372 Mon Sep 17 00:00:00 2001 From: Amit Dixit Date: Tue, 19 Apr 2016 11:49:35 +0530 Subject: [PATCH] build check style error-- --- .gitignore | 7 ++++++- .../src/test/java/com/iluwatar/datamapper/StudentTest.java | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5d2cd77e1..589d3fb13 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,9 @@ target .idea *.iml *.swp -datanucleus.log \ No newline at end of file +datanucleus.log +/bin/ +/bin/ +/bin/ + +data-mapper/src/main/resources/log4j.xml \ No newline at end of file diff --git a/data-mapper/src/test/java/com/iluwatar/datamapper/StudentTest.java b/data-mapper/src/test/java/com/iluwatar/datamapper/StudentTest.java index c441d6d6e..a3c0e46c1 100644 --- a/data-mapper/src/test/java/com/iluwatar/datamapper/StudentTest.java +++ b/data-mapper/src/test/java/com/iluwatar/datamapper/StudentTest.java @@ -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 {