Ignore:
Timestamp:
2014-09-07T16:33:52+02:00 (10 years ago)
Author:
stoecker
Message:

remove tabs

File:
1 edited

Legend:

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

    r7005 r7509  
    1010 */
    1111public final class Pair<A,B> {
    12    
     12
    1313    /**
    1414     * The first item
    1515     */
    1616    public A a;
    17    
     17
    1818    /**
    1919     * The second item
     
    6565
    6666    /**
    67      * Convenient constructor method 
     67     * Convenient constructor method
    6868     * @param u The first item
    6969     * @param v The second item
Note: See TracChangeset for help on using the changeset viewer.