File tree 1 file changed +1
-2
lines changed
arduino-core/src/cc/arduino/contributions/packages
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 39
39
import com .fasterxml .jackson .databind .ObjectMapper ;
40
40
import com .fasterxml .jackson .module .mrbean .MrBeanModule ;
41
41
import org .apache .commons .compress .utils .IOUtils ;
42
- import processing .app .I18n ;
43
42
import processing .app .Platform ;
44
43
import processing .app .PreferencesData ;
45
44
import processing .app .debug .TargetPackage ;
@@ -161,7 +160,7 @@ private void mergeContributions(File indexFile) throws IOException {
161
160
} else {
162
161
if (contributedPackage .isTrusted () || !isPackageNameProtected (contributedPackage )) {
163
162
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" )));
165
164
}
166
165
List <ContributedPlatform > platforms = contributedPackage .getPlatforms ();
167
166
if (platforms == null ) {
You can’t perform that action at this time.
0 commit comments