mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 08:59:01 +00:00
Fix PMD violations #327
This commit is contained in:
@@ -2,8 +2,6 @@ package com.iluwatar.doublechecked.locking;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import com.iluwatar.doublechecked.locking.App;
|
||||
|
||||
/**
|
||||
*
|
||||
* Application test
|
||||
|
||||
+1
-4
@@ -14,10 +14,7 @@ import java.util.concurrent.TimeUnit;
|
||||
import static junit.framework.Assert.assertTrue;
|
||||
import static junit.framework.TestCase.assertEquals;
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.mockito.Mockito.mock;
|
||||
import static org.mockito.Mockito.times;
|
||||
import static org.mockito.Mockito.verify;
|
||||
import static org.mockito.Mockito.verifyNoMoreInteractions;
|
||||
import static org.mockito.Mockito.*;
|
||||
|
||||
/**
|
||||
* Date: 12/10/15 - 9:34 PM
|
||||
|
||||
Reference in New Issue
Block a user