From 0f3928be8c91b3893285a4e9ac0aa07e17c36cad Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 30 Aug 2024 15:11:06 +0200
Subject: [PATCH] OZG-6499 Remove commented code

---
 .../admin/setting/postfach/PostfachSettingBodyTestFactory.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/java/de/ozgcloud/admin/setting/postfach/PostfachSettingBodyTestFactory.java b/src/test/java/de/ozgcloud/admin/setting/postfach/PostfachSettingBodyTestFactory.java
index 9d5b34b8..275a4a58 100644
--- a/src/test/java/de/ozgcloud/admin/setting/postfach/PostfachSettingBodyTestFactory.java
+++ b/src/test/java/de/ozgcloud/admin/setting/postfach/PostfachSettingBodyTestFactory.java
@@ -9,8 +9,6 @@ import de.ozgcloud.common.test.TestUtils;
 public class PostfachSettingBodyTestFactory {
 	public static final Absender ABSENDER = AbsenderTestFactory.create();
 	public static final String SIGNATUR = LoremIpsum.getInstance().getParagraphs(2, 2);
-	// public static final String SIGNATUR =
-	// LoremIpsum.getInstance().getHtmlParagraphs(2, 2);
 
 	public static PostfachSettingBody create() {
 		return createBuilder().build();
-- 
GitLab