Skip to content

Commit cbd0332

Browse files
committed
rt: Changed reportError to report since it is now shared
1 parent 6d67508 commit cbd0332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/piccode/rt/PiccodeInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* @author hexaredecimal
66
*/
77
public interface PiccodeInfo {
8-
void reportError(boolean die, String kind);
8+
void report(boolean die, String kind);
99
}

0 commit comments

Comments
 (0)