Skip to content

Commit bffb8e6

Browse files
committed
Fixing the package name to match the project name
1 parent e465fe3 commit bffb8e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ejb/stateless/src/main/java/org/javaee7/ejb/stateful/remote/Account.java renamed to ejb/stateless/src/main/java/org/javaee7/ejb/stateless/remote/Account.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* only if the new code is made subject to such option by the copyright
3838
* holder.
3939
*/
40-
package org.javaee7.ejb.stateful.remote;
40+
package org.javaee7.ejb.stateless.remote;
4141

4242
import javax.ejb.Remote;
4343

ejb/stateless/src/main/java/org/javaee7/ejb/stateful/remote/AccountSessionBean.java renamed to ejb/stateless/src/main/java/org/javaee7/ejb/stateless/remote/AccountSessionBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* only if the new code is made subject to such option by the copyright
3838
* holder.
3939
*/
40-
package org.javaee7.ejb.stateful.remote;
40+
package org.javaee7.ejb.stateless.remote;
4141

4242
import javax.ejb.Stateless;
4343

ejb/stateless/src/main/java/org/javaee7/ejb/stateful/remote/TestServlet.java renamed to ejb/stateless/src/main/java/org/javaee7/ejb/stateless/remote/TestServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* only if the new code is made subject to such option by the copyright
3838
* holder.
3939
*/
40-
package org.javaee7.ejb.stateful.remote;
40+
package org.javaee7.ejb.stateless.remote;
4141

4242
import java.io.IOException;
4343
import java.io.PrintWriter;

0 commit comments

Comments
 (0)