37383940414243
public static final RolloutPlanState INSTANCE = new RolloutPlanState(); public static final String ID = "ROLLOUT_PLAN_HEADER"; RolloutPlanState() { this(ServerGroupListState.INSTANCE, new PropertyListState(' ', ' ', ';', '}')); }
public static final RolloutPlanState INSTANCE = new RolloutPlanState(); public static final String ID = "ROLLOUT_PLAN_HEADER"; RolloutPlanState() { this(new PropertyListState(' ', ' ', ';', '}')); }
38394041424344