Ignore:
Timestamp:
2011-08-27T23:57:30+02:00 (13 years ago)
Author:
stoecker
Message:

use createLayout() in all internal ToggleDialog's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/Bounds.java

    r4181 r4363  
    6363        String[] components = asString.split(separator);
    6464        if (components.length != 4)
    65             throw new IllegalArgumentException(MessageFormat.format("Exactly four doubles excpected in string, got {0}", components.length));
     65            throw new IllegalArgumentException(MessageFormat.format("Exactly four doubles excpected in string, got {0}: {1}", components.length, asString));
    6666        double[] values = new double[4];
    6767        for (int i=0; i<4; i++) {
Note: See TracChangeset for help on using the changeset viewer.