File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
io.sloeber.core/src/io/sloeber/core/tools Expand file tree Collapse file tree 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
583583 Map <String , String > boardSectionMap = boardsFile .getSection (boardID );
584584 if (boardSectionMap == null ) {
585585 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 );
588588 Common .log (new Status (IStatus .INFO , Const .CORE_PLUGIN_ID ,error ));
589589 }
590590 return ;
You can’t perform that action at this time.
0 commit comments