From 94f695840477d2ca897edfcdd3d13c175f8ddc71 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 28 Aug 2024 09:51:10 +0200
Subject: [PATCH] OZG-6354 fix property name

---
 .../java/de/ozgcloud/eingang/router/GrpcClientsProperties.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/router/src/main/java/de/ozgcloud/eingang/router/GrpcClientsProperties.java b/router/src/main/java/de/ozgcloud/eingang/router/GrpcClientsProperties.java
index 3f308dd3d..376bdc14c 100644
--- a/router/src/main/java/de/ozgcloud/eingang/router/GrpcClientsProperties.java
+++ b/router/src/main/java/de/ozgcloud/eingang/router/GrpcClientsProperties.java
@@ -48,7 +48,7 @@ public class GrpcClientsProperties {
 	static class ClientProperty {
 		@NotEmpty
 		private String address;
-		private String negotationType = "TLS";
+		private String negotiationType = "TLS";
 	}
 
 }
-- 
GitLab