Skip to content

Commit 33b50ad

Browse files
committed
Small fix
1 parent fca20e6 commit 33b50ad

File tree

1 file changed

+1
-1
lines changed
  • processingjs-gwt/src/test/java/com/github/timeu/gwtlibs/processingjsgwt/client

1 file changed

+1
-1
lines changed

processingjs-gwt/src/test/java/com/github/timeu/gwtlibs/processingjsgwt/client/ProcessingTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void testCreateAndCheckCanvasExists() {
4848
}
4949

5050
public void testLoadCode() {
51-
Processing<MyProcessingInstance> widget = new Processing<>();
51+
final Processing<MyProcessingInstance> widget = new Processing<>();
5252
RootPanel.get().add(widget);
5353
Runnable runnable = new Runnable() {
5454
@Override

0 commit comments

Comments
 (0)