From 897d369aab0ab5cb68af9a9e5329c8f4eb701ec0 Mon Sep 17 00:00:00 2001 From: ohecker <8004361+ohecker@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:11:40 +0100 Subject: [PATCH] Corrected an error in rule documentation --- documentation/master-solicitor.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/master-solicitor.asciidoc b/documentation/master-solicitor.asciidoc index 3d2373eb..fda41dd5 100644 --- a/documentation/master-solicitor.asciidoc +++ b/documentation/master-solicitor.asciidoc @@ -1154,7 +1154,6 @@ Decision table data: `MultiLicenseSelection*.xls/csv` ** `NormalizedLicense.normalizedLicense` (licenseToIgnore3; optional) * RHS result -** license matching "licenseToTake" will get this value assigned to `effectiveNormalizedLicense` ** licenses matching "licenseToIgnoreN" will get `IGNORED` assigned to `effectiveNormalizedLicenseType` `Ignored` assigned to `effectiveNormalizedLicense` icon:magic[]: On these fields the <> might be used @@ -2153,6 +2152,7 @@ Spring beans implementing this interface will be called at certain points in the [appendix] == Release Notes Changes in 1.29.0:: +* Fixed an incorrect documentation of a rule in the user guide. Changes in 1.28.0:: * https://github.com/devonfw/solicitor/issues/288: New feature "reporting groups" for creating reports for subsets of Applications. See <>.