v++
This commit is contained in:
@@ -335,12 +335,15 @@ public enum PassCode_2021 {
|
||||
//---
|
||||
SPF_InsertImplicitNone,
|
||||
CompileServerSapfor,
|
||||
ActualizeServerSapfors,
|
||||
;
|
||||
public String getDescription() {
|
||||
switch (this) {
|
||||
case Undefined:
|
||||
return "?";
|
||||
//--
|
||||
case ActualizeServerSapfors:
|
||||
return "Проверить собираемые версии SAPFOR";
|
||||
case CompileServerSapfor:
|
||||
return "Собрать версию Sapfor";
|
||||
case PublishComponentsServer:
|
||||
|
||||
Reference in New Issue
Block a user