Skip to content

Commit

Permalink
Merge pull request #1497 from nightroman/master
Browse files Browse the repository at this point in the history
Make BsonExpression explicitly sealed.
  • Loading branch information
mbdavid authored Feb 21, 2020
2 parents 58f58c8 + 8909f5d commit 27d3548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiteDB/Document/Expression/BsonExpression.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace LiteDB
/// <summary>
/// Compile and execute string expressions using BsonDocuments. Used in all document manipulation (transform, filter, indexes, updates). See https://github.com/mbdavid/LiteDB/wiki/Expressions
/// </summary>
public class BsonExpression
public sealed class BsonExpression
{
/// <summary>
/// Get formatted expression
Expand Down

0 comments on commit 27d3548

Please sign in to comment.