Skip to content

Commit 7579ede

Browse files
committed
change access modifier for SetCredential(apikey)
1 parent 36d97b8 commit 7579ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IBM.WatsonDeveloperCloud.VisualRecognition.v3/VisualRecognitionServiceExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public partial class VisualRecognitionService : WatsonService, IVisualRecognitio
3737
/// Also sets the endpoint if the user has not set the endpoint.
3838
/// </summary>
3939
/// <param name="apikey"></param>
40-
private void SetCredential(string apikey)
40+
public void SetCredential(string apikey)
4141
{
4242
this.ApiKey = apikey;
4343
if (!_userSetEndpoint)

0 commit comments

Comments
 (0)