source: josm/trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPresetSeparator.java@ 6074

Last change on this file since 6074 was 6074, checked in by Don-vip, 11 years ago

code cleanup in TaggingPreset* classes

  • Property svn:eol-style set to native
File size: 205 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.tagging;
3
4public class TaggingPresetSeparator extends TaggingPreset {
5 @Override
6 public void setDisplayName() {}
7}
Note: See TracBrowser for help on using the repository browser.