Skip to content

Commit 16195bb

Browse files
Update comment
This comment still talked about Processing related stuff which doesn't really apply anymore.
1 parent 457c7e2 commit 16195bb

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

app/src/processing/app/SketchController.java

+5-9
Original file line numberDiff line numberDiff line change
@@ -471,15 +471,11 @@ public void handleAddFile() {
471471

472472
/**
473473
* Add a file to the sketch.
474-
* <p/>
475-
* .pde or .java files will be added to the sketch folder. <br/>
476-
* .jar, .class, .dll, .jnilib, and .so files will all
477-
* be added to the "code" folder. <br/>
478-
* All other files will be added to the "data" folder.
479-
* <p/>
480-
* If they don't exist already, the "code" or "data" folder
481-
* will be created.
482-
* <p/>
474+
*
475+
* Supported code files will be copied to the sketch folder. All other files
476+
* will be copied to the "data" folder (which is created if it does not exist
477+
* yet).
478+
*
483479
* @return true if successful.
484480
*/
485481
public boolean addFile(File sourceFile) {

0 commit comments

Comments
 (0)