source: josm/trunk/src/org/openstreetmap/josm/gui/help/Helpful.java@ 5923

Last change on this file since 5923 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: 143 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.help;
3
4public interface Helpful {
5 String helpTopic();
6}
Note: See TracBrowser for help on using the repository browser.