mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 10:21:26 +01:00
Hold on fix for #752.
This commit is contained in:
@@ -52,9 +52,8 @@ public class ProblemFactory {
|
||||
tab,
|
||||
localLine,
|
||||
message,
|
||||
lineStart,
|
||||
lineStop,
|
||||
false
|
||||
0,
|
||||
lineStop - lineStart
|
||||
);
|
||||
}
|
||||
|
||||
@@ -85,8 +84,7 @@ public class ProblemFactory {
|
||||
localLine,
|
||||
message,
|
||||
0,
|
||||
col,
|
||||
true
|
||||
col
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user