Skip to content
Snippets Groups Projects
Unverified Commit a04bdb4b authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #2497 from...

Merge pull request #2497 from rcordovano/remove-now-incorrect-component-of-ingest_modules.unique_name

Remove module type from ingest_modules.unique_name
parents ecd5e48b 516e227b
No related branches found
No related tags found
No related merge requests found
......@@ -12562,7 +12562,7 @@ public final IngestModuleInfo addIngestModule(String displayName, String factory
CaseDbConnection connection = null;
ResultSet resultSet = null;
Statement statement = null;
String uniqueName = factoryClassName + "-" + displayName + "-" + type.toString() + "-" + version;
String uniqueName = factoryClassName + "-" + displayName + "-" + version;
acquireSingleUserCaseWriteLock();
try {
connection = connections.getConnection();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment