File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
cc/arduino/contributions/libraries Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,13 @@ private void parseIndex(File file) throws IOException {
113113 }
114114 }
115115
116- public void setLibrariesFolders ( List <UserLibraryFolder > folders ) {
117- this .librariesFolders = folders ;
116+ public void setLibrariesFolders (List <UserLibraryFolder > folders ) {
117+ this .librariesFolders = folders ;
118118 }
119-
120- public void setLibrariesFoldersAndRescan ( List <UserLibraryFolder > folders ) {
121- setLibrariesFolders (folders );
122- rescanLibraries ();
119+
120+ public void setLibrariesFoldersAndRescan (List <UserLibraryFolder > folders ) {
121+ setLibrariesFolders (folders );
122+ rescanLibraries ();
123123 }
124124
125125 public List <UserLibraryFolder > getLibrariesFolders () {
Original file line number Diff line number Diff line change @@ -678,7 +678,7 @@ static public void onBoardOrPortChange() {
678678 if (getTargetPlatform () != null ) {
679679 librariesIndexer .setArchitecturePriority (getTargetPlatform ().getId ());
680680 }
681-
681+
682682 librariesIndexer .rescanLibraries ();
683683
684684 populateImportToLibraryTable ();
You can’t perform that action at this time.
0 commit comments