Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 486a4dc

Browse files
committed
Clean up DelegatingReporter
* Change `Reporter` to log problems (zxsbti.Problem`). * Move `convert` to object (needs to be accessible from both logger and bridge).
1 parent c3e4721 commit 486a4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/xsbti/Reporter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface Reporter {
3131
Problem[] problems();
3232

3333
/** Log a message at a concrete position and with a concrete severity. */
34-
void log(Position pos, String msg, Severity sev);
34+
void log(Problem problem);
3535

3636
/** Report a comment. */
3737
void comment(Position pos, String msg);

0 commit comments

Comments
 (0)