File tree 1 file changed +2
-2
lines changed
io.sloeber.core/src/io/sloeber/core/tools
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -583,8 +583,8 @@ private static void setTheEnvironmentVariablesAddtheBoardsTxt(IContributedEnviro
583
583
Map <String , String > boardSectionMap = boardsFile .getSection (boardID );
584
584
if (boardSectionMap == null ) {
585
585
if (warn ) {
586
- String error =Messages .Helpers_error_boards_TXT .replace (PROJECT , confDesc .getProjectDescription ().getProject ().getName ()).replaceAll (CONFIG , confDesc .getName ())
587
- .replaceAll (FILE , boardsFile .getTxtFile ().toString ()).replaceAll (BOARDID , boardID );
586
+ String error =Messages .Helpers_error_boards_TXT .replace (PROJECT , confDesc .getProjectDescription ().getProject ().getName ()).replace (CONFIG , confDesc .getName ())
587
+ .replace (FILE , boardsFile .getTxtFile ().toString ()).replace (BOARDID , boardID );
588
588
Common .log (new Status (IStatus .INFO , Const .CORE_PLUGIN_ID ,error ));
589
589
}
590
590
return ;
You can’t perform that action at this time.
0 commit comments