Skip to content

Commit

Permalink
Merged PR pnp#2329
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloPia committed Nov 7, 2019
1 parent 0a67346 commit a9dbcb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ private static void ValidateTaxonomyFieldDefaultValue(TaxonomyField field)
}
}

public static string GetTaxonomyFieldValidatedValue(TaxonomyField field, string defaultValue)
internal static string GetTaxonomyFieldValidatedValue(TaxonomyField field, string defaultValue)
{
string res = null;
object parsedValue = null;
Expand Down

0 comments on commit a9dbcb4

Please sign in to comment.