From b342377a235ecd9b57ee21a94bf8f67e52d8dd4f Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Wed, 28 Sep 2022 20:41:50 +0200 Subject: [PATCH] `s/CheckStyle/Checkstyle` --- .../refaster/test/MisnamedTestClassTemplatesTestInput.java | 2 +- .../refaster/test/MisnamedTestClassTemplatesTestOutput.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/refaster-test-support/src/test/resources/tech/picnic/errorprone/refaster/test/MisnamedTestClassTemplatesTestInput.java b/refaster-test-support/src/test/resources/tech/picnic/errorprone/refaster/test/MisnamedTestClassTemplatesTestInput.java index 3560524e0b9..a89fb8b7fb8 100644 --- a/refaster-test-support/src/test/resources/tech/picnic/errorprone/refaster/test/MisnamedTestClassTemplatesTestInput.java +++ b/refaster-test-support/src/test/resources/tech/picnic/errorprone/refaster/test/MisnamedTestClassTemplatesTestInput.java @@ -7,5 +7,5 @@ boolean testStringIsEmpty() { } } -// This is a comment to appease CheckStyle. +// This is a comment to appease Checkstyle. ; diff --git a/refaster-test-support/src/test/resources/tech/picnic/errorprone/refaster/test/MisnamedTestClassTemplatesTestOutput.java b/refaster-test-support/src/test/resources/tech/picnic/errorprone/refaster/test/MisnamedTestClassTemplatesTestOutput.java index 981e4a4024c..a5741167de9 100644 --- a/refaster-test-support/src/test/resources/tech/picnic/errorprone/refaster/test/MisnamedTestClassTemplatesTestOutput.java +++ b/refaster-test-support/src/test/resources/tech/picnic/errorprone/refaster/test/MisnamedTestClassTemplatesTestOutput.java @@ -8,6 +8,6 @@ boolean testStringIsEmpty() { } } -// This is a comment to appease CheckStyle. +// This is a comment to appease Checkstyle. /* ERROR: Unexpected declaration. */ ;