Skip to content

Commit

Permalink
Made OidGenerator internal since Oid.NewId() is more appropriate.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed May 17, 2010
1 parent 391fe44 commit fa6f84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MongoDB/OidGenerator.cs
Expand Up @@ -10,7 +10,7 @@ namespace MongoDB
/// <summary>
///
/// </summary>
public class OidGenerator
internal class OidGenerator
{
private int inc;
private object inclock = new object();
Expand Down

0 comments on commit fa6f84c

Please sign in to comment.