Skip to content

Commit 7867c5f

Browse files
author
Arun Gupta
committed
Fixed the package name
1 parent f33862f commit 7867c5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

websocket/endpoint-programmatic/src/main/java/org/glassfish/endpoint/programmatic/MyApplicationConfig.java renamed to websocket/endpoint-programmatic/src/main/java/org/javaee7/websocket/endpoint/programmatic/MyApplicationConfig.java

+1-1
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.glassfish.endpoint.programmatic;
40+
package org.javaee7.websocket.endpoint.programmatic;
4141

4242
import java.util.Collections;
4343
import java.util.HashSet;

websocket/endpoint-programmatic/src/main/java/org/glassfish/endpoint/programmatic/MyEndpoint.java renamed to websocket/endpoint-programmatic/src/main/java/org/javaee7/websocket/endpoint/programmatic/MyEndpoint.java

+1-1
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.glassfish.endpoint.programmatic;
40+
package org.javaee7.websocket.endpoint.programmatic;
4141

4242
import java.io.IOException;
4343
import java.nio.ByteBuffer;

0 commit comments

Comments
 (0)