We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca20e6 commit 33b50adCopy full SHA for 33b50ad
processingjs-gwt/src/test/java/com/github/timeu/gwtlibs/processingjsgwt/client/ProcessingTest.java
@@ -48,7 +48,7 @@ public void testCreateAndCheckCanvasExists() {
48
}
49
50
public void testLoadCode() {
51
- Processing<MyProcessingInstance> widget = new Processing<>();
+ final Processing<MyProcessingInstance> widget = new Processing<>();
52
RootPanel.get().add(widget);
53
Runnable runnable = new Runnable() {
54
@Override
0 commit comments