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

Last change on this file since 3083 was 3083, checked in by bastiK, 14 years ago

added svn:eol-style=native to source files

  • Property svn:eol-style set to native
File size: 205 bytes
Line 
1// License: GPL. Copyright 2007 by Immanuel Scholz and others
2package org.openstreetmap.josm.gui.tagging;
3
4public class TaggingPresetSeparator extends TaggingPreset {
5 public void setDisplayName() {}
6}
Note: See TracBrowser for help on using the repository browser.