Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java @ 815:22c18083225e
Removed compiler warnings while JavaDoc generation.
gnv-artifacts/trunk@900 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 12 Apr 2010 06:59:33 +0000 |
parents | feae2f9d6c6f |
children | bcdcce146c14 |
comparison
equal
deleted
inserted
replaced
814:9d427dd2a96a | 815:22c18083225e |
---|---|
50 * Constant used for gap detection. Its value is {@value}. | 50 * Constant used for gap detection. Its value is {@value}. |
51 */ | 51 */ |
52 protected final double PERCENTAGE = 5.0; | 52 protected final double PERCENTAGE = 5.0; |
53 | 53 |
54 /** | 54 /** |
55 * Constnat used for gap detection in @see #gridDetection. Its value is | 55 * Constnat used for gap detection in @see #gridDetection. |
56 * {@value}. | |
57 */ | 56 */ |
58 protected final double GAP_MAX_LEVEL = Math.sqrt(2.0); | 57 protected final double GAP_MAX_LEVEL = Math.sqrt(2.0); |
59 | 58 |
60 /** | 59 /** |
61 * Constant used for gap detection in @see #addGaps. Its value is {@value}. | 60 * Constant used for gap detection in @see #addGaps. Its value is {@value}. |