This is an automated email from the ASF dual-hosted git repository.

mbrohl pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f33ff27  Fixed: Typo in debug log message.
f33ff27 is described below

commit f33ff270598b2b047c61ecb59bc1e1d39392d589
Author: Michael Brohl <michael.br...@ecomify.de>
AuthorDate: Wed Dec 15 16:53:09 2021 +0100

    Fixed: Typo in debug log message.
---
 rest-api/src/main/java/org/apache/ofbiz/ws/rs/core/OFBizApiConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/rest-api/src/main/java/org/apache/ofbiz/ws/rs/core/OFBizApiConfig.java 
b/rest-api/src/main/java/org/apache/ofbiz/ws/rs/core/OFBizApiConfig.java
index 0e2d13a..d85d87f 100644
--- a/rest-api/src/main/java/org/apache/ofbiz/ws/rs/core/OFBizApiConfig.java
+++ b/rest-api/src/main/java/org/apache/ofbiz/ws/rs/core/OFBizApiConfig.java
@@ -96,7 +96,7 @@ public class OFBizApiConfig extends ResourceConfig {
 
     private void traverseAndRegisterApiDefinitions() {
         if (UtilValidate.isEmpty(MICRO_APIS)) {
-            Debug.logInfo("No API defintion to process", MODULE);
+            Debug.logInfo("No API definitions to process", MODULE);
             return;
         }
         MICRO_APIS.forEach((k, v) -> {

Reply via email to