We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87beb89 commit e8aee91Copy full SHA for e8aee91
tests/src/test/java/watson/developer_cloud/http/NameValueTest.java renamed to tests/src/test/java/com/ibm/watson/developer_cloud/http/NameValueTest.java
@@ -10,7 +10,7 @@
10
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
11
* specific language governing permissions and limitations under the License.
12
*/
13
-package watson.developer_cloud.http;
+package com.ibm.watson.developer_cloud.http;
14
15
import static org.junit.Assert.assertEquals;
16
import static org.junit.Assert.assertNotEquals;
@@ -20,8 +20,6 @@
20
import org.junit.Before;
21
import org.junit.Test;
22
23
-import com.ibm.watson.developer_cloud.http.NameValue;
24
-
25
/**
26
* The Class NameValueTest.
27
0 commit comments