mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Undo accidental comment removal
This commit is contained in:
@@ -5,6 +5,9 @@ namespace Semmle.Extraction.CSharp
|
||||
/// </summary>
|
||||
public abstract class CachedEntityFactory<TInit, TEntity> where TEntity : Entities.CachedEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes the entity, but does not generate any trap code.
|
||||
/// </summary>
|
||||
public abstract TEntity Create(Context cx, TInit init);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user