Skip to content

Commit e3b83bb

Browse files
committed
Undo accidental comment removal
1 parent 0fa3ba6 commit e3b83bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

csharp/extractor/Semmle.Extraction.CSharp/Entities/Base/CachedEntityFactory.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ namespace Semmle.Extraction.CSharp
55
/// </summary>
66
public abstract class CachedEntityFactory<TInit, TEntity> where TEntity : Entities.CachedEntity
77
{
8+
/// <summary>
9+
/// Initializes the entity, but does not generate any trap code.
10+
/// </summary>
811
public abstract TEntity Create(Context cx, TInit init);
912
}
1013
}

0 commit comments

Comments
 (0)