ottlinger commented on code in PR #268:
URL: https://github.com/apache/creadur-rat/pull/268#discussion_r1667733404


##########
apache-rat-core/src/test/java/org/apache/rat/testhelpers/TextUtils.java:
##########
@@ -69,6 +69,22 @@ public static void assertContains(final String find, final 
String target) {
                 target.contains(find), () -> "Target does not contain the 
text: " + find + "\n" + target);
     }
 
+    /**

Review Comment:
   Would you mind reformatting this block?



##########
apache-rat-core/src/test/java/org/apache/rat/testhelpers/TextUtils.java:
##########
@@ -78,4 +94,23 @@ public static void assertNotContains(final String find, 
final String target) {
         assertFalse(
                 target.contains(find), () -> "Target does contain the text: " 
+ find + "\n" + target);
     }
+

Review Comment:
   Would you mind reformatting this block?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@creadur.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to