Suppress Warnings (PMD)

This commit is contained in:
Erik C. Thauvin 2019-04-27 02:43:16 -07:00
parent be0c1c4cd4
commit bd9bb8d47e
6 changed files with 8 additions and 2 deletions

View file

@ -45,6 +45,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @created 2017-05-30
* @since 1.0
*/
@SuppressWarnings("PMD.AvoidUsingHardCodedIP")
public class LookupTest {
@Test
public void testLookupImpl() {