Last change
on this file since 31816 was 31816, checked in by floscher, 10 years ago |
[mapillary] Fix Sonar issues that were newly introduced with last two commits
These were mainly missing header comments noting the license in the package-info.java and some minor issues.
|
File size:
559 bytes
|
Line | |
---|
1 | // License: GPL. For details, see LICENSE file.
|
---|
2 | /**
|
---|
3 | * The different modes that the {@link org.openstreetmap.josm.plugins.mapillary.MapillaryLayer} can be in.
|
---|
4 | * <p>
|
---|
5 | * Currently there are two of them:
|
---|
6 | * <ul>
|
---|
7 | * <li><strong>{@link org.openstreetmap.josm.plugins.mapillary.mode.JoinMode}</strong> for joining pictures to make sequences</li>
|
---|
8 | * <li><strong>{@link org.openstreetmap.josm.plugins.mapillary.mode.SelectMode}</strong> for selecting pictures in the layer</li>
|
---|
9 | * </ul>
|
---|
10 | * </p>
|
---|
11 | */
|
---|
12 | package org.openstreetmap.josm.plugins.mapillary.mode;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.