Skip to content

Commit

Permalink
Make the TransportConfiguration ctor public again (#132)
Browse files Browse the repository at this point in the history
As titled
  • Loading branch information
stevejgordon authored Nov 8, 2024
1 parent 3352233 commit 363f7a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Elastic.Transport.Products;

namespace Elastic.Transport;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public TransportConfiguration(string cloudId, Base64ApiKey credentials, ProductR
/// <param name="requestInvoker"><inheritdoc cref="IRequestInvoker" path="/summary"/></param>
/// <param name="serializer"><inheritdoc cref="Serializer" path="/summary"/></param>
/// <param name="productRegistration"><inheritdoc cref="ProductRegistration" path="/summary"/></param>
internal TransportConfiguration(
public TransportConfiguration(
NodePool nodePool,
IRequestInvoker? requestInvoker = null,
Serializer? serializer = null,
Expand Down

0 comments on commit 363f7a1

Please sign in to comment.