Skip to content

Commit 2ccea79

Browse files
MIKE-ZWMike Z
andauthored
Change dash --> underscore for docker_network & docker_sandbox (#25)
* s/-/_/ for folders docker_network & docker_sandbox * move and folders under top-level folder * Add packages Co-authored-by: Mike Z <[email protected]>
1 parent 8f62d7f commit 2ccea79

File tree

12 files changed

+3
-0
lines changed

12 files changed

+3
-0
lines changed
File renamed without changes.

docker-network/DockerNetworkTest.java renamed to docker/network/DockerNetworkTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
package docker.network;
1415

1516
import java.io.ByteArrayOutputStream;
1617
import java.io.IOException;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docker-sandbox/Hello.java renamed to docker/sandbox/Hello.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package docker.sandbox;
2+
13
public class Hello {
24
public static void main(String[] args) {
35
System.out.println("Hello Java!");
File renamed without changes.

0 commit comments

Comments
 (0)