Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82eb16e

Browse filesBrowse files
authored
Update Sketch.java
1 parent 3278173 commit 82eb16e
Copy full SHA for 82eb16e

File tree

1 file changed

+2
-4
lines changed
Filter options

1 file changed

+2
-4
lines changed

‎arduino-core/src/processing/app/Sketch.java

Copy file name to clipboardExpand all lines: arduino-core/src/processing/app/Sketch.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package processing.app;
22

3-
import java.io.File;
4-
import java.io.IOException;
3+
import java.io.*;
54
import java.nio.file.Files;
65
import java.util.*;
76
import java.util.stream.Collectors;
@@ -25,11 +24,10 @@ public class Sketch {
2524
/**
2625
* folder that contains this sketch
2726
*/
28-
private File folder;
27+
private File folder , buildPath;
2928

3029
private List<SketchFile> files = new ArrayList<>();
3130

32-
private File buildPath;
3331

3432
public static final Comparator<SketchFile> CODE_DOCS_COMPARATOR = new Comparator<SketchFile>() {
3533
@Override

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.