Skip to content

Commit f083f3c

Browse files
committed
style(Compare and Comply): Address checkstyle issue
1 parent 99e05f7 commit f083f3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compare-comply/src/test/java/com/ibm/watson/compare_comply/v1/CompareComplyServiceIT.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ public void testCompareDocuments() throws FileNotFoundException {
116116
public void testFeedbackOperations() {
117117
String userId = "lp_java";
118118
String comment = "could be better";
119-
String text = "1. IBM will provide a Senior Managing Consultant / expert resource, for up to 80 hours, to assist " +
120-
"Florida Power & Light (FPL) with the creation of an IT infrastructure unit cost model for existing " +
121-
"infrastructure.";
119+
String text = "1. IBM will provide a Senior Managing Consultant / expert resource, for up to 80 hours, to assist "
120+
+ "Florida Power & Light (FPL) with the creation of an IT infrastructure unit cost model for existing "
121+
+ "infrastructure.";
122122
ShortDoc shortDoc = new ShortDoc();
123123
shortDoc.setTitle("doc title");
124124
shortDoc.setHash("");

0 commit comments

Comments
 (0)