Skip to content

Commit

Permalink
test: Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood committed Dec 7, 2019
1 parent c431297 commit fd79908
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/test/jmri/jmrit/dispatcher/DispatcherFrameTest.java
@@ -1,7 +1,10 @@
package jmri.jmrit.dispatcher;

import java.awt.GraphicsEnvironment;

import jmri.BlockManager;
import jmri.InstanceManager;
import jmri.ShutDownManager;
import jmri.util.JUnitUtil;
import org.junit.After;
import org.junit.Assert;
Expand Down

0 comments on commit fd79908

Please sign in to comment.