Ignore:
Timestamp:
2015-06-27T21:43:35+02:00 (11 years ago)
Author:
Don-vip
Message:

fix remaining checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java

    r8510 r8540  
    8383
    8484        Random rand = new Random();
    85         try (BufferedWriter out = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(PROJECTION_DATA_FILE), StandardCharsets.UTF_8))) {
     85        try (BufferedWriter out = new BufferedWriter(new OutputStreamWriter(
     86                new FileOutputStream(PROJECTION_DATA_FILE), StandardCharsets.UTF_8))) {
    8687            out.write("# Data for test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java\n");
    8788            out.write("# Format: 1. Projection code; 2. lat/lon; 3. lat/lon projected -> east/north; 4. east/north (3.) inverse projected\n");
Note: See TracChangeset for help on using the changeset viewer.