BAEL-17420 Slice 16 | The top 100 articles should have their own package in the module (#7747)
This commit is contained in:
parent
c5675b4a31
commit
2c19d277d4
|
@ -42,7 +42,7 @@ public class ListInitializationUnitTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void givenArrayAsList_whenCreated_thenShareReference() {
|
||||
public void givenArraysAsList_whenCreated_thenShareReference() {
|
||||
String[] array = { "foo", "bar" };
|
||||
List<String> list = Arrays.asList(array);
|
||||
array[0] = "baz";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.urlconnection;
|
||||
package com.baeldung.jsonposturlconnection;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
Loading…
Reference in New Issue