Changeset 10943 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2016-09-03T12:56:42+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:RedundantThrowsDeclarationCheck - "throws" declarations should not be superfluous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/MultipolygonBuilder.java

    r10817 r10943  
    174174     * @throws JoinedPolygonCreationException if the creation fails.
    175175     */
    176     public static Pair<List<JoinedPolygon>, List<JoinedPolygon>> joinWays(Relation multipolygon) throws JoinedPolygonCreationException {
     176    public static Pair<List<JoinedPolygon>, List<JoinedPolygon>> joinWays(Relation multipolygon) {
    177177        CheckParameterUtil.ensureThat(multipolygon.isMultipolygon(), "multipolygon.isMultipolygon");
    178178        final Map<String, Set<Way>> members = multipolygon.getMembers().stream()
Note: See TracChangeset for help on using the changeset viewer.