BAEL-20927: Migrate core-java to com.baeldung package

This commit is contained in:
Krzysztof Woyke
2020-01-16 13:26:09 +01:00
parent f004b3f4bc
commit 24e980ae1e
6 changed files with 9 additions and 19 deletions

View File

@@ -1,10 +0,0 @@
package org.baeldung.executable;
import javax.swing.*;
public class ExecutableMavenJar {
public static void main(String[] args) {
JOptionPane.showMessageDialog(null, "It worked!", "Executable Jar with Maven", 1);
}
}

View File

@@ -1,4 +1,4 @@
package org.baeldung.java;
package com.baeldung;
import org.junit.Test;
import org.slf4j.Logger;

View File

@@ -1,4 +1,4 @@
package org.baeldung.java.rawtypes;
package com.baeldung.rawtypes;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,4 +1,4 @@
package org.baeldung.java.sandbox;
package com.baeldung.sandbox;
import org.junit.Test;
import org.slf4j.Logger;