1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-14 11:29:26 +01:00

Update comment

This comment still talked about Processing related stuff which doesn't
really apply anymore.
This commit is contained in:
Matthijs Kooijman 2015-12-30 15:57:37 +01:00 committed by Martino Facchin
parent 94754d7841
commit a78a3ed6b5

View File

@ -471,15 +471,11 @@ public class SketchController {
/** /**
* Add a file to the sketch. * Add a file to the sketch.
* <p/> *
* .pde or .java files will be added to the sketch folder. <br/> * Supported code files will be copied to the sketch folder. All other files
* .jar, .class, .dll, .jnilib, and .so files will all * will be copied to the "data" folder (which is created if it does not exist
* be added to the "code" folder. <br/> * yet).
* All other files will be added to the "data" folder. *
* <p/>
* If they don't exist already, the "code" or "data" folder
* will be created.
* <p/>
* @return true if successful. * @return true if successful.
*/ */
public boolean addFile(File sourceFile) { public boolean addFile(File sourceFile) {