Skip to content

Commit

Permalink
cleanup: fix comment + remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored and jskeet committed Jul 21, 2021
1 parent fc7a41b commit b34f6f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -114,7 +114,7 @@ private static SpannerSettings AppendVersionHeader(SpannerSettings settings)
new SessionPoolManager(options, DefaultSpannerSettings(), logger ?? Logger.DefaultLogger, CreateClientAsync);

/// <summary>
/// Creates a <see cref="SessionPoolManager"/> with the specified options.
/// Creates a <see cref="SessionPoolManager"/> with the specified SpannerSettings and options.
/// </summary>
/// <param name="spannerSettings">The SpannerSettings to use. May be null, in which case the default settings are used.</param>
/// <param name="options">The options to use. Must not be null.</param>
Expand Down
Expand Up @@ -20,7 +20,6 @@
using System;
using System.Data.Common;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;

namespace Google.Cloud.Spanner.Data
Expand Down

0 comments on commit b34f6f4

Please sign in to comment.