Skip to content

Commit 2ffa2ae

Browse files
committed
note about removing this class
1 parent 6253eba commit 2ffa2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/src/processing/mode/java/preproc/PdePreprocessIssueException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package processing.mode.java.preproc;
22

33

4-
import processing.mode.java.preproc.PdePreprocessIssue;
5-
64
/**
75
* Exception indicating that a preprocessor issue was found.
6+
* This is only used by classes in the test package, and needs to be moved.
7+
* https://github.com/processing/processing4/issues/130
88
*/
99
public class PdePreprocessIssueException extends RuntimeException {
1010

0 commit comments

Comments
 (0)