File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
arduino-core/src/cc/arduino/contributions/packages Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3939import com .fasterxml .jackson .databind .ObjectMapper ;
4040import com .fasterxml .jackson .module .mrbean .MrBeanModule ;
4141import org .apache .commons .compress .utils .IOUtils ;
42- import processing .app .I18n ;
4342import processing .app .Platform ;
4443import processing .app .PreferencesData ;
4544import processing .app .debug .TargetPackage ;
@@ -161,7 +160,7 @@ private void mergeContributions(File indexFile) throws IOException {
161160 } else {
162161 if (contributedPackage .isTrusted () || !isPackageNameProtected (contributedPackage )) {
163162 if (isPackageNameProtected (contributedPackage ) && trustall ) {
164- System .err .println (I18n . format (tr ("Warning: forced trusting untrusted contributions" )));
163+ System .err .println (format (tr ("Warning: forced trusting untrusted contributions" )));
165164 }
166165 List <ContributedPlatform > platforms = contributedPackage .getPlatforms ();
167166 if (platforms == null ) {
You can’t perform that action at this time.
0 commit comments