Ignore:
Timestamp:
2013-03-31T15:09:56+02:00 (11 years ago)
Author:
stoecker
Message:

javadoc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/help/HelpBrowser.java

    r4590 r5816  
    239239     * @return the current URL
    240240     */
    241 
    242241    public String getUrl() {
    243242        return url;
     
    544543
    545544        /**
    546          * Checks whether the hyperlink event originated on a <a ...> element with
     545         * Checks whether the hyperlink event originated on a &lt;a ...&gt; element with
    547546         * a relative href consisting of a URL fragment only, i.e.
    548          * <a href="#thisIsALocalFragment">. If so, replies the fragment, i.e.
     547         * &lt;a href="#thisIsALocalFragment"&gt;. If so, replies the fragment, i.e.
    549548         * "thisIsALocalFragment".
    550549         *
    551          * Otherwise, replies null
     550         * Otherwise, replies <code>null</code>
    552551         *
    553552         * @param e the hyperlink event
    554          * @return the local fragment
     553         * @return the local fragment or <code>null</code>
    555554         */
    556555        protected String getUrlFragment(HyperlinkEvent e) {
Note: See TracChangeset for help on using the changeset viewer.