Class LabelValidationHelper
- java.lang.Object
-
- com.atlassian.confluence.labels.service.LabelValidationHelper
-
public class LabelValidationHelper extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
validateLabels(Collection<String> labelNames)
void
validateLables(Collection<String> labelNames)
Deprecated.since 6.0, usevalidateLabels(Collection)
-
-
-
Method Detail
-
validateLables
@Deprecated public void validateLables(Collection<String> labelNames)
Deprecated.since 6.0, usevalidateLabels(Collection)
-
validateLabels
public void validateLabels(Collection<String> labelNames)
-
-