Skip to content

Commit

Permalink
Configuration: Line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarb committed Aug 24, 2014
1 parent ee58820 commit db414f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NHibernate/Cfg/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ public NamedXmlDocument LoadMappingDocument(XmlReader hbmReader, string name)
{
var hbmDocument = new XmlDocument();
hbmDocument.Load(reader);
return new NamedXmlDocument(name, hbmDocument);
return new NamedXmlDocument(name, hbmDocument);
}
catch (MappingException)
{
Expand Down

0 comments on commit db414f7

Please sign in to comment.