197198199200201202203204205206207
outw.flush(); } } private static String getStageStateDescription(StageState stageState) { CLIText text = CLIText.get(); switch (stageState) { case BOTH_DELETED: return text.statusBothDeleted; case ADDED_BY_US: return text.statusAddedByUs;
306307308309310311312313314315316