From 43ad73d6aae907cfbf8baab242085198e14ae89c Mon Sep 17 00:00:00 2001 From: baubakg Date: Mon, 18 Mar 2024 17:17:10 +0100 Subject: [PATCH] Minor: Fixed spelling --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 955c4e2d..04838360 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -7,7 +7,7 @@ * [#80 Removing stack trace for certain errors](https://github.com/adobe/bridgeService/issues/80). We removed the stack trace for errors, where the method or class cannot be found or accessed. * [#83 Adapting log files for production](https://github.com/adobe/bridgeService/issues/83). We now limit the log files so not too much log data is stored. More details to be found in [the Technical Doc](docs/Technical.md). * Moved the log level for the loading of the classes to 'trace' instead of 'debug'. -* We have now introduced a dedicated exception or when a public Method in a Java class with no scope definition. This created linkage errors. +* We have now introduced a dedicated exception for when a public Method in a Java class with no scope definition. This created linkage errors. ## 2.11.14 * [#61 Allowing Map/JSON return type](https://github.com/adobe/bridgeService/issues/61). Until recently we were not able to correctly accept map and JSON Objects.