Skip to content

Commit 27c8936

Browse files
docs: update javadoc
1 parent 989150a commit 27c8936

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed

assistant/src/test/java/com/ibm/watson/assistant/v1/AssistantServiceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public class AssistantServiceIT extends AssistantServiceTest {
105105
private DateFormat isoDateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSX");
106106

107107
/**
108-
* Sets the up.
108+
* Sets up the tests.
109109
*
110110
* @throws Exception the exception
111111
*/

assistant/src/test/java/com/ibm/watson/assistant/v1/AssistantServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public String getWorkspaceId() {
4444
}
4545

4646
/**
47-
* Sets the up.
47+
* Sets up the tests.
4848
*
4949
* @throws Exception the exception
5050
*/

assistant/src/test/java/com/ibm/watson/assistant/v1/AssistantTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public class AssistantTest extends WatsonServiceUnitTest {
100100
private static final String VERSION = "version";
101101

102102
/**
103-
* Sets the up.
103+
* Sets up the tests.
104104
*
105105
* @throws Exception the exception
106106
*/

assistant/src/test/java/com/ibm/watson/assistant/v1/EntitiesIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class EntitiesIT extends AssistantServiceTest {
4848
private String workspaceId;
4949

5050
/**
51-
* Sets the up.
51+
* Sets up the tests.
5252
*
5353
* @throws Exception the exception
5454
*/

assistant/src/test/java/com/ibm/watson/assistant/v1/SynonymsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class SynonymsIT extends AssistantServiceTest {
4242
private String workspaceId;
4343

4444
/**
45-
* Sets the up.
45+
* Sets up the tests.
4646
*
4747
* @throws Exception the exception
4848
*/

assistant/src/test/java/com/ibm/watson/assistant/v1/ValuesIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class ValuesIT extends AssistantServiceTest {
4646
private String workspaceId;
4747

4848
/**
49-
* Sets the up.
49+
* Sets up the tests.
5050
*
5151
* @throws Exception the exception
5252
*/

assistant/src/test/java/com/ibm/watson/assistant/v2/AssistantServiceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class AssistantServiceIT extends AssistantServiceTest {
4343
private String assistantId;
4444

4545
/**
46-
* Sets the up.
46+
* Sets up the tests.
4747
*
4848
* @throws Exception the exception
4949
*/

assistant/src/test/java/com/ibm/watson/assistant/v2/AssistantServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public String getAssistantId() {
4444
}
4545

4646
/**
47-
* Sets the up.
47+
* Sets up the tests.
4848
*
4949
* @throws Exception the exception
5050
*/

assistant/src/test/java/com/ibm/watson/assistant/v2/AssistantTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class AssistantTest extends WatsonServiceUnitTest {
9292
private Assistant service;
9393

9494
/**
95-
* Sets the up.
95+
* Sets up the tests.
9696
*
9797
* @throws Exception the exception
9898
*/

common/src/test/java/com/ibm/watson/common/WatsonServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public static <T> T loadFixture(String filename, Class<T> returnType)
192192
}
193193

194194
/**
195-
* Sets the up.
195+
* Sets up the tests.
196196
*
197197
* @throws Exception the exception
198198
*/

0 commit comments

Comments
 (0)