Skip to content

Commit

Permalink
Undo accidental comment removal
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasvajk committed Nov 15, 2024
1 parent 0fa3ba6 commit e3b83bb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit e3b83bb

Please sign in to comment.