Changeset 10222 in josm for trunk/test/unit/org/openstreetmap/josm/plugins
- Timestamp:
- 2016-05-15T21:14:06+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java
r10123 r10222 20 20 import org.openstreetmap.josm.gui.progress.NullProgressMonitor; 21 21 22 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; 23 22 24 /** 23 25 * Integration tests of {@link PluginHandler} class. … … 29 31 */ 30 32 @Rule 33 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD") 31 34 public Timeout globalTimeout = Timeout.seconds(10*60); 32 35
Note:
See TracChangeset
for help on using the changeset viewer.
