c88f36c6e0484b5f1ae8e9cd9a09fcbe62da559e
[sdc/sdc-workflow-designer.git] /
1 package org.onap.sdc.workflow.services.types;
2
3 public class WorkflowValidationConstants {
4
5     public static final int MAX_LENGTH = 80;
6     public static final int MIN_LENGTH = 6;
7 }