Skip to content

Commit

Permalink
style(Compare and Comply): Address checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatino10 committed May 10, 2019
1 parent 99e05f7 commit f083f3c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ public void testCompareDocuments() throws FileNotFoundException {
public void testFeedbackOperations() {
String userId = "lp_java";
String comment = "could be better";
String text = "1. IBM will provide a Senior Managing Consultant / expert resource, for up to 80 hours, to assist " +
"Florida Power & Light (FPL) with the creation of an IT infrastructure unit cost model for existing " +
"infrastructure.";
String text = "1. IBM will provide a Senior Managing Consultant / expert resource, for up to 80 hours, to assist "
+ "Florida Power & Light (FPL) with the creation of an IT infrastructure unit cost model for existing "
+ "infrastructure.";
ShortDoc shortDoc = new ShortDoc();
shortDoc.setTitle("doc title");
shortDoc.setHash("");
Expand Down

0 comments on commit f083f3c

Please sign in to comment.