Ignore:
Timestamp:
2015-10-08T00:22:36+02:00 (9 years ago)
Author:
Don-vip
Message:

fix Checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/changeset/ChangesetDetailPanel.java

    r8510 r8836  
    268268     */
    269269    class RemoveFromCacheAction extends AbstractAction {
    270         public RemoveFromCacheAction() {
     270        RemoveFromCacheAction() {
    271271            putValue(NAME, tr("Remove from cache"));
    272272            putValue(SMALL_ICON, ImageProvider.get("dialogs", "delete"));
     
    291291     */
    292292    class DownloadChangesetContentAction extends AbstractAction {
    293         public DownloadChangesetContentAction() {
     293        DownloadChangesetContentAction() {
    294294            putValue(NAME, tr("Download content"));
    295295            putValue(SMALL_ICON, ChangesetCacheManager.DOWNLOAD_CONTENT_ICON);
     
    328328     */
    329329    class UpdateChangesetAction extends AbstractAction{
    330         public UpdateChangesetAction() {
     330        UpdateChangesetAction() {
    331331            putValue(NAME, tr("Update changeset"));
    332332            putValue(SMALL_ICON, ChangesetCacheManager.UPDATE_CONTENT_ICON);
     
    357357    class SelectInCurrentLayerAction extends AbstractAction implements EditLayerChangeListener{
    358358
    359         public SelectInCurrentLayerAction() {
     359        SelectInCurrentLayerAction() {
    360360            putValue(NAME, tr("Select in layer"));
    361361            putValue(SMALL_ICON, ImageProvider.get("dialogs", "select"));
     
    418418    class ZoomInCurrentLayerAction extends AbstractAction implements EditLayerChangeListener{
    419419
    420         public ZoomInCurrentLayerAction() {
     420        ZoomInCurrentLayerAction() {
    421421            putValue(NAME, tr("Zoom to in layer"));
    422422            putValue(SMALL_ICON, ImageProvider.get("dialogs/autoscale", "selection"));
Note: See TracChangeset for help on using the changeset viewer.