[BAEL-9018] - Fixed malformed POMs and remaining PMD problems

This commit is contained in:
amit2103
2018-09-29 23:22:40 +05:30
parent 258532c40f
commit aeb1711397
8 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>com.baeldung</groupId>
<artifactId>apache-avro</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Apache Avro</version>
<name>Apache Avro</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -13,7 +13,7 @@ import java.util.Objects;
import static org.junit.Assert.*;
public class AvroSerealizerDeSerealizerTest {
public class AvroSerealizerDeSerealizerUnitTest {
AvroSerealizer serealizer;
AvroDeSerealizer deSerealizer;