no message

This commit is contained in:
2024-05-06 00:47:29 +03:00
parent 15a2f83275
commit b39de4ad14
7 changed files with 64 additions and 10 deletions

View File

@@ -334,12 +334,15 @@ public enum PassCode_2021 {
PublishComponentsServer,
//---
SPF_InsertImplicitNone,
CompileServerSapfor,
;
public String getDescription() {
switch (this) {
case Undefined:
return "?";
//--
case CompileServerSapfor:
return "Собрать версию Sapfor";
case PublishComponentsServer:
return "Опубликовать сервер компонент и отчётов об ошибках";
case PingComponentsServer: