Skip to content

Commit

Permalink
Fix xml comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cd21h committed Nov 24, 2018
1 parent 5872f85 commit 861b613
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Src/SharpArch.NHibernate/ConfigurationFileCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using JetBrains.Annotations;
#if NETSTANDARD
using global::FluentNHibernate.Infrastructure;

#endif


Expand Down Expand Up @@ -115,9 +114,8 @@ static BinaryFormatter CreateFormatter()
/// <summary>
/// Load object from the stream.
/// </summary>
/// <typeparam name="T">Type of the object.</typeparam>
/// <param name="stream">The stream.</param>
/// <returns></returns>
/// <returns><see cref="Configuration"/> instance.</returns>
/// <exception cref="SerializationException">
/// The <paramref name="stream" /> supports seeking, but its length is 0.
/// -or-The target type is a <see cref="T:System.Decimal" />, but the value is out of range of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
internal class HasUniqueDomainSignatureTestsBase : RepositoryTestsBase
{
protected Mock<IServiceProvider> ServiceProviderMock;
protected ValidationContext ValidationContext;

public HasUniqueDomainSignatureTestsBase()
: base(new TestDatabaseSetup(
Expand Down

0 comments on commit 861b613

Please sign in to comment.