Changeset 9239 in josm for trunk/test/unit


Ignore:
Timestamp:
2016-01-01T17:01:08+01:00 (8 years ago)
Author:
Don-vip
Message:

javadoc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/ColorScaleTest.java

    r9234 r9239  
    99import org.junit.Test;
    1010
     11/**
     12 * Unit tests for class {@link ColorScale}.
     13 */
    1114public class ColorScaleTest {
    1215
     
    1518     */
    1619    @Test
    17     public void testHSBScale() throws Exception {
     20    public void testHSBScale() {
    1821        final ColorScale scale = ColorScale.createHSBScale(256);
    1922        assertEquals(new Color(255, 0, 0), scale.getColor(0));
Note: See TracChangeset for help on using the changeset viewer.