[Dive4elements-commits] [PATCH 01 of 10] RangeWithValues: Documentation
Wald Commits
scm-commit at wald.intevation.org
Wed Oct 31 14:09:01 CET 2012
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1351680375 -3600
# Node ID cf419a37e8364998d76b6b0506f55420c2bae166
# Parent 93e02313154636274935e00199940923c2c99783
RangeWithValues: Documentation.
diff -r 93e023131546 -r cf419a37e836 flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/RangeWithValues.java
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/RangeWithValues.java Tue Oct 30 15:35:09 2012 +0100
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/RangeWithValues.java Wed Oct 31 11:46:15 2012 +0100
@@ -3,6 +3,7 @@
import java.util.Arrays;
/**
+ * A range (from -> to) with associated double array.
* @author <a href="mailto:ingo.weinzierl at intevation.de">Ingo Weinzierl</a>
*/
public class RangeWithValues extends Range {
@@ -17,6 +18,8 @@
this.values = values;
}
+
+ /** Returns the values. */
public double[] getValues() {
return values;
}
More information about the Dive4elements-commits
mailing list