mirror of
https://github.com/processing/processing4.git
synced 2026-03-14 00:17:37 +01:00
renaming package for consistency
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package processing.util.exec;
|
||||
package processing.app.exec;
|
||||
|
||||
public interface LineProcessor {
|
||||
void processLine(final String line);
|
||||
@@ -17,7 +17,7 @@
|
||||
along with this program; if not, write to the Free Software Foundation,
|
||||
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
package processing.util.exec;
|
||||
package processing.app.exec;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.StringWriter;
|
||||
@@ -1,4 +1,4 @@
|
||||
package processing.util.exec;
|
||||
package processing.app.exec;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.HashSet;
|
||||
@@ -1,4 +1,4 @@
|
||||
package processing.util.exec;
|
||||
package processing.app.exec;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Iterator;
|
||||
@@ -1,4 +1,4 @@
|
||||
package processing.util.exec;
|
||||
package processing.app.exec;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
||||
@@ -5,8 +5,8 @@ import java.io.FileWriter;
|
||||
import java.io.IOException;
|
||||
import processing.app.Base;
|
||||
import processing.app.Editor;
|
||||
import processing.util.exec.ProcessHelper;
|
||||
import processing.util.exec.ProcessResult;
|
||||
import processing.app.exec.ProcessHelper;
|
||||
import processing.app.exec.ProcessResult;
|
||||
|
||||
public class Uncrustify implements Tool {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user