diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-13 13:54:45 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-16 08:22:16 +0700 |
commit | fff8eef683e8b7e426319101d3bb9dec56c7d7d6 (patch) | |
tree | 4152bb3ebc7f314d3077820f2475d144ff50334a /testing-util/src/main | |
parent | 7fab8259c448aa3185bab27e7bc813bc3512b8a3 (diff) | |
download | aspectj-fff8eef683e8b7e426319101d3bb9dec56c7d7d6.tar.gz aspectj-fff8eef683e8b7e426319101d3bb9dec56c7d7d6.zip |
Add Java 15 class vile version to BCEL constants, adjust test tools etc.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'testing-util/src/main')
-rw-r--r-- | testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |