We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6253eba commit 2ffa2aeCopy full SHA for 2ffa2ae
java/src/processing/mode/java/preproc/PdePreprocessIssueException.java
@@ -1,10 +1,10 @@
1
package processing.mode.java.preproc;
2
3
4
-import processing.mode.java.preproc.PdePreprocessIssue;
5
-
6
/**
7
* Exception indicating that a preprocessor issue was found.
+ * This is only used by classes in the test package, and needs to be moved.
+ * https://github.com/processing/processing4/issues/130
8
*/
9
public class PdePreprocessIssueException extends RuntimeException {
10
0 commit comments