Spell mistake fix
This commit is contained in:
parent
4fd895c2ec
commit
a7f39e4155
@ -15,7 +15,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
public class BillPughSingletonUnitTest {
|
||||
Logger logger = LoggerFactory.getLogger(BillPughSingletonUnitTest.class);
|
||||
@Test
|
||||
void giveSynchronizedLazyLoadedImpl_whenCallgetInstance_thenReturnSingleton() {
|
||||
void givenSynchronizedLazyLoadedImpl_whenCallgetInstance_thenReturnSingleton() {
|
||||
Set<BillPughSingleton> setHoldingSingletonObj = new HashSet<>();
|
||||
List<Future<BillPughSingleton>> futures = new ArrayList<>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user