Skip to content

Commit 3b84893

Browse files
committed
fix: the *comments in Stack.cs
1 parent 6342079 commit 3b84893

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • Contentstack.Management.Core/Models

Contentstack.Management.Core/Models/Stack.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,14 +695,13 @@ public Extension Extension(string uid = null)
695695
/// </code></pre>
696696
/// </example>
697697
/// <returns>The <see cref="Models.Label" /></returns>
698-
public Label Label(string uid = null)
698+
public Label Label(string? uid = null)
699699
{
700700
ThrowIfNotLoggedIn();
701701
ThrowIfAPIKeyEmpty();
702702

703703
return new Label(this, uid);
704704
}
705-
*/
706705

707706
/// <summary>
708707
/// <see cref="Models.Taxonomy" /> allows you to organize and categorize content using a hierarchical structure of terms.

0 commit comments

Comments
 (0)