mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Reverse accidential change related to #715.
This commit is contained in:
@@ -82,7 +82,7 @@ public class JavaProblem implements Problem {
|
||||
}
|
||||
|
||||
|
||||
public void setPDEOffsets(int startOffset, int stopOffset) {
|
||||
public void setPDEOffsets(int startOffset, int stopOffset){
|
||||
this.startOffset = startOffset;
|
||||
this.stopOffset = stopOffset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user