no message
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package Repository.Component;
|
||||
import Common.Utils.CommonUtils;
|
||||
import _VisualDVM.Global;
|
||||
import Common_old.UI.UI;
|
||||
import Common_old.Utils.Utils;
|
||||
@@ -119,7 +120,7 @@ public class Visualizer_2 extends OSDComponent {
|
||||
case "NOT_FOUND":
|
||||
case "WRONG":
|
||||
case "SEG_FAULT":
|
||||
throw new PassException("Команда серверу SAPFOR вернула " + Utils.Brackets(response));
|
||||
throw new PassException("Команда серверу SAPFOR вернула " + CommonUtils.Brackets(response));
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user