Fixed checkstyle code quality issues

This commit is contained in:
Jeroen Meulemeester
2015-12-29 21:05:53 +01:00
parent 1d9aff4071
commit 2e2707862a
8 changed files with 29 additions and 27 deletions

View File

@ -2,7 +2,11 @@ package com.iluwatar.servicelocator;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertSame;
import static org.junit.Assert.assertTrue;
/**
* Date: 12/29/15 - 19:07 PM
@ -26,7 +30,7 @@ public class ServiceLocatorTest {
@Test
public void testServiceCache() {
final String[] serviceNames = new String[]{
"jndi/serviceA", "jndi/serviceB"
"jndi/serviceA", "jndi/serviceB"
};
for (final String serviceName : serviceNames) {