Ignore:
Timestamp:
2014-02-10T00:51:53+01:00 (10 years ago)
Author:
Don-vip
Message:

javadoc fixes for jdk8 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/RestartAction.java

    r6643 r6830  
    2323/**
    2424 * Restarts JOSM as it was launched. Comes from "restart" plugin, originally written by Upliner.
    25  * <br/><br/>
     25 * <br><br>
    2626 * Mechanisms have been improved based on #8561 discussions and <a href="http://lewisleo.blogspot.jp/2012/08/programmatically-restart-java.html">this article</a>.
    2727 * @since 5857
     
    5050            Main.exitJosm(true, 9);
    5151        }
    52        
     52
    5353        try {
    5454            restartJOSM();
Note: See TracChangeset for help on using the changeset viewer.