From bc252f93088c42a9e4cf0e70601e0e8848e80328 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 4 Oct 2024 20:10:30 +0200 Subject: doc(core): update JavaDoc --- .../main/java/at/gv/egiz/eaaf/core/api/storage/ITransactionStorage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eaaf_core_api/src') diff --git a/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/storage/ITransactionStorage.java b/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/storage/ITransactionStorage.java index f80fc967..ba1c3785 100644 --- a/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/storage/ITransactionStorage.java +++ b/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/storage/ITransactionStorage.java @@ -51,7 +51,7 @@ public interface ITransactionStorage { * @param value Data object which should be stored. This data must implement * the java.io.Serializable interface * @param timeoutMs Defines the period of time a data object is kept within the - * storage + * storage [sec] * @throws EaafStorageException In case of store operation failed */ void put(String key, Object value, int timeoutMs) throws EaafException; -- cgit v1.2.3