1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fixed a bunch of simple warnings in java code

This commit is contained in:
Cristian Maglie
2015-01-13 23:08:31 +01:00
parent 99715d22d9
commit 29d2ab72e2
5 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,6 @@ package processing.app;
import org.fest.swing.fixture.JMenuItemFixture;
import org.junit.Test;
import processing.app.helpers.JEditTextAreaFixture;
import processing.app.syntax.JEditTextArea;
import static org.junit.Assert.assertEquals;