File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
middleware/files/FWO.Middleware.Server Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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@@" ;
Original file line number Diff line number Diff line change 1010using Novell . Directory . Ldap ;
1111using System . Data ;
1212using System . Text . Json ;
13- using System . Text . RegularExpressions ;
1413
1514namespace FWO . Middleware . Server
1615{
You can’t perform that action at this time.
0 commit comments