Ignore:
Timestamp:
2008-12-23T15:07:05+01:00 (17 years ago)
Author:
stoecker
Message:

removed usage of tab stops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Destroyable.java

    r627 r1169  
    66 * been removed) have an definite set of actions to execute. This is the "destructor" interface called
    77 * on those objects.
    8  * 
     8 *
    99 * @author immanuel.scholz
    1010 */
    1111public interface Destroyable {
    1212
    13         /**
    14         * Called when the object has been destroyed.
    15         */
    16         public void destroy();
     13    /**
     14    * Called when the object has been destroyed.
     15    */
     16    public void destroy();
    1717}
Note: See TracChangeset for help on using the changeset viewer.