From a78a3ed6b545332f0c2f74f751d7bb42d7813876 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 30 Dec 2015 15:57:37 +0100 Subject: [PATCH] Update comment This comment still talked about Processing related stuff which doesn't really apply anymore. --- app/src/processing/app/SketchController.java | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/app/src/processing/app/SketchController.java b/app/src/processing/app/SketchController.java index 19f9f89d9..bb6d3b1dc 100644 --- a/app/src/processing/app/SketchController.java +++ b/app/src/processing/app/SketchController.java @@ -471,15 +471,11 @@ public class SketchController { /** * Add a file to the sketch. - *

- * .pde or .java files will be added to the sketch folder.
- * .jar, .class, .dll, .jnilib, and .so files will all - * be added to the "code" folder.
- * All other files will be added to the "data" folder. - *

- * If they don't exist already, the "code" or "data" folder - * will be created. - *

+ * + * 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) {