From fff8eef683e8b7e426319101d3bb9dec56c7d7d6 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 13 Mar 2021 13:54:45 +0700 Subject: Add Java 15 class vile version to BCEL constants, adjust test tools etc. Signed-off-by: Alexander Kriegisch --- testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing-util/src') diff --git a/testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java b/testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java index 508f71550..e6587c4ee 100644 --- a/testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java +++ b/testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java @@ -412,8 +412,8 @@ public final class TestUtil { } /** - * Checks that two multi-line strings have the same value. Each line is trimmed before comparision Produces an error on the - * particular line of conflict + * Checks that two multi-line strings have the same value. Each line is trimmed before comparison. + * Produces an error on the particular line of conflict. */ public static void assertMultiLineStringEquals(String message, String s1, String s2) { try { -- cgit v1.2.3