Skip to content

Commit 5aa7520

Browse files
committed
moving this fella to a better package
1 parent 6bd2e0e commit 5aa7520

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/processing/app/debug/Runner.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
package processing.app.debug;
2525

2626
import processing.app.*;
27+
import processing.app.exec.StreamRedirectThread;
2728
import processing.core.*;
2829

2930
import java.awt.Point;

app/src/processing/app/StreamRedirectThread.java renamed to app/src/processing/app/exec/StreamRedirectThread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* facility. Licensee represents and warrants that it will not use or
3333
* redistribute the Software for such purposes.
3434
*/
35-
package processing.app;
35+
package processing.app.exec;
3636

3737
import java.io.*;
3838

0 commit comments

Comments
 (0)