source: josm/trunk/src/org/openstreetmap/josm/tools/bugreport/package-info.java@ 11299

Last change on this file since 11299 was 10754, checked in by Don-vip, 8 years ago

sonar - squid:S1228 - Packages should have a javadoc file 'package-info.java'

File size: 228 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Provides classes for the bug report system, allowing users to create tickets on issue tracker directly from JOSM.
5 */
6package org.openstreetmap.josm.tools.bugreport;
Note: See TracBrowser for help on using the repository browser.