Skip to content

Commit

Permalink
Merge r4621 (relax DynamicMapInstantiator)
Browse files Browse the repository at this point in the history
SVN: branches/2.1.x@4622
  • Loading branch information
fabiomaulo committed Jul 14, 2009
1 parent 5bd7707 commit 76243df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NHibernate/Tuple/DynamicMapInstantiator.cs
Expand Up @@ -46,7 +46,7 @@ public object Instantiate()
return map;
}

protected internal virtual IDictionary GenerateMap()
protected virtual IDictionary GenerateMap()
{
return new Hashtable();
}
Expand Down

0 comments on commit 76243df

Please sign in to comment.