From 4456f1cb75c6d5016a5897777daae12ffbaaf4d1 Mon Sep 17 00:00:00 2001 From: Pablo Castelo Date: Wed, 29 May 2024 21:43:48 +0200 Subject: [PATCH] Fix typo --- .../src/main/java/de/valtech/aecu/core/history/HistoryUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/de/valtech/aecu/core/history/HistoryUtil.java b/core/src/main/java/de/valtech/aecu/core/history/HistoryUtil.java index b62ac812..86320db7 100644 --- a/core/src/main/java/de/valtech/aecu/core/history/HistoryUtil.java +++ b/core/src/main/java/de/valtech/aecu/core/history/HistoryUtil.java @@ -87,7 +87,7 @@ public class HistoryUtil { protected static final String ATTR_END = "end"; private static final String NAME_INDEX = "oak:index"; // This size is limited by the LuceneDocumentMaker to be able to read the property and create the new index - // The limit is 102400 but just to be in the safe size, is set to a bit lower number + // The limit is 102400 but just to be in the safe side, is set to a bit lower number private static final int MAXIMUN_PROPERTY_SIZE = 100000; private Random random = new Random();