From ba619a57d9a3d34d7141fd66e34eb6b885951725 Mon Sep 17 00:00:00 2001 From: "Barry M. Caceres" Date: Thu, 24 Jul 2025 08:47:27 -0700 Subject: [PATCH] Removed references to 'abstract Senzing factory' in Java and C# initialziation README.md --- csharp/snippets/initialization/README.md | 2 +- java/snippets/initialization/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/snippets/initialization/README.md b/csharp/snippets/initialization/README.md index 7ff3ccd..f5caada 100644 --- a/csharp/snippets/initialization/README.md +++ b/csharp/snippets/initialization/README.md @@ -5,7 +5,7 @@ - **EnginePriming** - Priming the Senzing engine before use loads resource intensive assets upfront. Without priming the first SDK call to the engine will appear slower than usual as it causes these assets to be loaded - **EnvironmentsAndHubs** - - Basic example of how to create an abstract Senzing factory and each of the available engines + - Basic example of how to create an SzEnvironment and obtain each of the functional interfaces. - **PurgeRepository** - **WARNING** This script will remove all data from a Senzing repository, use with caution! **WARNING** - It will prompt first, still use with caution! diff --git a/java/snippets/initialization/README.md b/java/snippets/initialization/README.md index 316ff63..c116c76 100644 --- a/java/snippets/initialization/README.md +++ b/java/snippets/initialization/README.md @@ -5,7 +5,7 @@ - **EnginePriming.java** - Priming the Senzing engine before use loads resource intensive assets upfront. Without priming the first SDK call to the engine will appear slower than usual as it causes these assets to be loaded - **EnvironmentsAndHubs.java** - - Basic example of how to create an abstract Senzing factory and each of the available engines + - Basic example of how to create an SzEnvironment and obtain each of the functional interfaces. - **PurgeRepository.java** - **WARNING** This script will remove all data from a Senzing repository, use with caution! **WARNING** - It will prompt first, still use with caution!