From 8215388bc6270316aadfaa1379e1bb3b80277321 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Wed, 19 Feb 2025 02:05:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=83=D1=87=D0=B5=D1=82=D0=BD=D1=8B=D1=85?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D0=B5=D0=B9=20=D0=B0=D0=B4?= =?UTF-8?q?=D0=BC=D0=B8=D0=BD=D0=B8=D1=81=D1=82=D1=80=D0=B0=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 11 +++++++++- .../ComponentsServer/ComponentsServer.java | 15 ++++++++++++- .../UserAccount/UI/UserAccountsForm.java | 5 +++-- .../UserAccount/UserAccount.java | 3 +++ .../Passes/All/PublishUserAccount.java | 22 +++++++++++++++++++ src/_VisualDVM/Passes/PassCode.java | 3 +++ .../Passes/Server/PublishServerObject.java | 5 +---- .../Repository/Server/ServerCode.java | 5 ++++- 8 files changed, 60 insertions(+), 9 deletions(-) create mode 100644 src/_VisualDVM/Passes/All/PublishUserAccount.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b33736f9..6fb16d17 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,7 +6,16 @@ - + + + + + + + + + +