From dffab8e4fbb83a587fc57ec60af2de2cfa4f0be0 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 20 Apr 2023 21:02:36 +0200 Subject: [PATCH] Fix comment [skip ci] --- pmd-dist/src/test/resources/scripts/pmdtest.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmd-dist/src/test/resources/scripts/pmdtest.bat b/pmd-dist/src/test/resources/scripts/pmdtest.bat index a9ee3ff388..40f189ce7a 100644 --- a/pmd-dist/src/test/resources/scripts/pmdtest.bat +++ b/pmd-dist/src/test/resources/scripts/pmdtest.bat @@ -4,9 +4,9 @@ rem BSD-style license; for more info see http://pmd.sourceforge.net/license.html rem rem Simple manual test script -rem - code is copied from designer.bat to be tested here (so please check, it might be out of sync) +rem - code is copied from pmd.bat to be tested here (so please check, it might be out of sync) rem - mostly the function "determine_java_version" is tested here -rem - just run it with "designertest.bat" and look at the output +rem - just run it with "pmd.bat" and look at the output rem - test cases are at the end of this script rem