no message
This commit is contained in:
@@ -336,12 +336,21 @@ public enum PassCode_2021 {
|
||||
SPF_InsertImplicitNone,
|
||||
CompileServerSapfor,
|
||||
ActualizeServerSapfors,
|
||||
;
|
||||
ShowTestingServerFile,
|
||||
//--
|
||||
ShowSapforCompilationOut,
|
||||
ShowSapforCompilationErr;
|
||||
//--
|
||||
public String getDescription() {
|
||||
switch (this) {
|
||||
case Undefined:
|
||||
return "?";
|
||||
//--
|
||||
case ShowSapforCompilationOut:
|
||||
return "Отобразить поток вывода сборки SAPFOR";
|
||||
case ShowSapforCompilationErr:
|
||||
return "Отобразить поток ошибок сборки SAPFOR";
|
||||
case ShowTestingServerFile:
|
||||
return "Отобразить файл сервера тестирования";
|
||||
case ActualizeServerSapfors:
|
||||
return "Проверить собираемые версии SAPFOR";
|
||||
case CompileServerSapfor:
|
||||
|
||||
Reference in New Issue
Block a user