Skip to content

Commit d4853e3

Browse files
committed
comments
1 parent 620af77 commit d4853e3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

roles/lib/files/FWO.Basics/GlobalConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public struct GlobalConst
3333
public const string kImportAreaSubnetData = "importAreaSubnetData";
3434
public const string kManual = "manual";
3535
public const string kCSV_ = "CSV_";
36-
public const char kAppIdSeparator = '-';
36+
public const char kAppIdSeparator = '-'; // hard-coded could be moved to settings
3737
public const string kModellerGroup = "ModellerGroup_";
3838
public const string kFullAppIdPlaceholder = "@@ExternalAppId@@";
3939
public const string kAppIdPlaceholder = "@@AppId@@";

roles/middleware/files/FWO.Middleware.Server/AppDataImport.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
using Novell.Directory.Ldap;
1111
using System.Data;
1212
using System.Text.Json;
13-
using System.Text.RegularExpressions;
1413

1514
namespace FWO.Middleware.Server
1615
{

0 commit comments

Comments
 (0)