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

Last change on this file since 2017 was 2017, checked in by Gubaer, 15 years ago

removed OptionPaneUtil
cleanup of deprecated Layer API
cleanup of deprecated APIs in OsmPrimitive and Way
cleanup of imports

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