feat(common): generated code · jaymicrocode/java-sdk@cae0d2c · GitHub
Skip to content

Commit cae0d2c

Browse files
feat(common): generated code
1 parent 3f9065e commit cae0d2c

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

common/src/main/java/com/ibm/watson/common/SdkCommon.java

Lines changed: 3 additions & 3 deletions

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public RetryRunner(Class<?> clazz) throws InitializationError {
4141

4242
/*
4343
* (non-Javadoc)
44-
*
4544
* @see org.junit.runners.ParentRunner#run(org.junit.runner.notification.RunNotifier)
4645
*/
4746
@Override
@@ -62,7 +61,6 @@ public void run(final RunNotifier notifier) {
6261

6362
/*
6463
* (non-Javadoc)
65-
*
6664
* @see org.junit.runners.BlockJUnit4ClassRunner#runChild(org.junit.runners.model.FrameworkMethod,
6765
* org.junit.runner.notification.RunNotifier)
6866
*/

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ public final class TestUtils {
2020
/**
2121
* Private constructor.
2222
*/
23-
private TestUtils() { }
23+
private TestUtils() {
24+
}
2425

2526
/**
2627
* Test that a collection is not null or empty.
@@ -65,7 +66,7 @@ public static void assertNoExceptionsOnGetters(final Object obj) throws Exceptio
6566

6667
if (readMethod != null) {
6768
try {
68-
readMethod.invoke(obj, new Object[] { });
69+
readMethod.invoke(obj, new Object[] {});
6970
} catch (final InvocationTargetException e) {
7071
final StringBuffer msg = new StringBuffer();
7172
msg.append("Failure: " + propertyDescriptor.getName());

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

Lines changed: 5 additions & 4 deletions

0 commit comments

Comments
 (0)