Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f812751

Browse files
committed
Changed package name from org.random.rpc to org.random.api
1 parent fe35259 commit f812751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RandomJSONRPC/src/org/random/rpc/RandomJSONRPC.java renamed to RandomJSONRPC/src/org/random/api/RandomJSONRPC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.random.rpc;
1+
package org.random.api;
22

33
import java.io.BufferedReader;
44
import java.io.DataOutputStream;

RandomJSONRPC/src/org/random/test/RandomJSONRPCBasicTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import org.junit.BeforeClass;
88
import org.junit.Test;
9-
import org.random.rpc.RandomJSONRPC;
9+
import org.random.api.RandomJSONRPC;
1010

1111
/**
1212
* A set of tests for RandomJSONRPC.java

0 commit comments

Comments
 (0)