From dbessono at openjdk.org Tue Aug 27 22:15:53 2024 From: dbessono at openjdk.org (Dmitry Bessonov) Date: Tue, 27 Aug 2024 22:15:53 GMT Subject: RFR: 7903805: Fix a typo in IAE message thrown by com.sun.tdk.signaturetest.updater.Command::validate Message-ID: Method com.sun.tdk.signaturetest.updater.Command::validate contains a typo in the IAE's message: throw new IllegalArgumentException("Class defenition should be specified"); it should be "_definition_" ------------- Commit messages: - 7903805: Fix a typo in IAE message thrown by com.sun.tdk.signaturetest.updater.Command::validate Changes: https://git.openjdk.org/sigtest/pull/5/files Webrev: https://webrevs.openjdk.org/?repo=sigtest&pr=5&range=00 Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903805 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/sigtest/pull/5.diff Fetch: git fetch https://git.openjdk.org/sigtest.git pull/5/head:pull/5 PR: https://git.openjdk.org/sigtest/pull/5 From iris at openjdk.org Wed Aug 28 15:51:23 2024 From: iris at openjdk.org (Iris Clark) Date: Wed, 28 Aug 2024 15:51:23 GMT Subject: RFR: 7903805: Fix a typo in IAE message thrown by com.sun.tdk.signaturetest.updater.Command::validate In-Reply-To: References: Message-ID: On Tue, 27 Aug 2024 18:41:25 GMT, Dmitry Bessonov wrote: > Method com.sun.tdk.signaturetest.updater.Command::validate contains a typo in the IAE's message: > > throw new IllegalArgumentException("Class defenition should be specified"); > > it should be "_definition_" Marked as reviewed by iris (Reviewer). ------------- PR Review: https://git.openjdk.org/sigtest/pull/5#pullrequestreview-2266671285 From dbessono at openjdk.org Wed Aug 28 18:25:26 2024 From: dbessono at openjdk.org (Dmitry Bessonov) Date: Wed, 28 Aug 2024 18:25:26 GMT Subject: Integrated: 7903805: Fix a typo in IAE message thrown by com.sun.tdk.signaturetest.updater.Command::validate In-Reply-To: References: Message-ID: On Tue, 27 Aug 2024 18:41:25 GMT, Dmitry Bessonov wrote: > Method com.sun.tdk.signaturetest.updater.Command::validate contains a typo in the IAE's message: > > throw new IllegalArgumentException("Class defenition should be specified"); > > it should be "_definition_" This pull request has now been integrated. Changeset: 2997d247 Author: Dmitry Bessonov URL: https://git.openjdk.org/sigtest/commit/2997d2474122499bc8cb3ff68d4e9e37abb5bda9 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 7903805: Fix a typo in IAE message thrown by com.sun.tdk.signaturetest.updater.Command::validate Reviewed-by: iris ------------- PR: https://git.openjdk.org/sigtest/pull/5