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
1 changed files with 5 additions and 9 deletions

View File

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