Skip to content

Commit ba619a5

Browse files
committed
Removed references to 'abstract Senzing factory' in Java and C# initialziation README.md
1 parent e37c5b8 commit ba619a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/snippets/initialization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- **EnginePriming**
66
- 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
77
- **EnvironmentsAndHubs**
8-
- Basic example of how to create an abstract Senzing factory and each of the available engines
8+
- Basic example of how to create an SzEnvironment and obtain each of the functional interfaces.
99
- **PurgeRepository**
1010
- **WARNING** This script will remove all data from a Senzing repository, use with caution! **WARNING**
1111
- It will prompt first, still use with caution!

java/snippets/initialization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- **EnginePriming.java**
66
- 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
77
- **EnvironmentsAndHubs.java**
8-
- Basic example of how to create an abstract Senzing factory and each of the available engines
8+
- Basic example of how to create an SzEnvironment and obtain each of the functional interfaces.
99
- **PurgeRepository.java**
1010
- **WARNING** This script will remove all data from a Senzing repository, use with caution! **WARNING**
1111
- It will prompt first, still use with caution!

0 commit comments

Comments
 (0)