Skip to content

Commit 8db755f

Browse files
committed
Minor docs for EDT handling.
1 parent eb03bca commit 8db755f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Problem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public interface Problem {
7878
* Get the exact character on which this problem ends in code line relative.
7979
*
8080
* @return Number of characters past the start of the line if known where the
81-
* code associated with the Problem ends.
81+
* code associated with the Problem ends. If -1, should use the whole line.
8282
*/
8383
public int getStopOffset();
8484

0 commit comments

Comments
 (0)