Ignore:
Timestamp:
2016-06-15T10:30:37+02:00 (8 years ago)
Author:
Don-vip
Message:

Checkstyle 6.19: enable SingleSpaceSeparator and fix violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/preferences/plugin/PluginPreferenceTest.java

    r9973 r10378  
    3636     */
    3737    @Test
    38     public void testPluginPreference()  {
     38    public void testPluginPreference() {
    3939        assertNotNull(new PluginPreference.Factory().createPreferenceSetting());
    4040    }
     
    4545     */
    4646    @Test
    47     public void testBuildDownloadSummary() throws Exception  {
     47    public void testBuildDownloadSummary() throws Exception {
    4848        final PluginInformation dummy = new PluginInformation(
    4949                new File(TestUtils.getTestDataRoot() + "plugin/dummy_plugin.jar"), "dummy_plugin");
Note: See TracChangeset for help on using the changeset viewer.