Skip to content

Commit f8d1e4c

Browse files
committed
remove comment
1 parent 9fc298c commit f8d1e4c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/OSPSuite.Utility/BuilderRepository.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public TBuilder BuilderFor(Type type)
6060
//more than one implementation? try to find the one that matches the best the given type
6161
var allGenericTypes = allBuilderForType.SelectMany(t => t.GetDeclaredTypesForGeneric(_genericBuilderType)).ToList();
6262

63-
//one builder implements two ITEXBuilder<> does not make sens
6463
if (allGenericTypes.Count != allBuilderForType.Count)
6564
throw new InvalidOperationException($"Cannot resolve the Builder for type '{type}'. It seems that one builder implements more than one generic interface");
6665

0 commit comments

Comments
 (0)