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:
240 bytes
|
Line | |
---|
1 | // License: GPL. For details, see LICENSE file.
|
---|
2 | /**
|
---|
3 | * This package deals with keeping a history of actions the user performed
|
---|
4 | * to allow for undoing and redoing these actions.
|
---|
5 | */
|
---|
6 | package org.openstreetmap.josm.plugins.mapillary.history;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.