diff --git a/meteoinfo-geo/pom.xml b/meteoinfo-geo/pom.xml index c80d6030..fa7cb5b7 100644 --- a/meteoinfo-geo/pom.xml +++ b/meteoinfo-geo/pom.xml @@ -15,7 +15,7 @@ 1.8 1.8 2.4 - 3.0 + 3.1 diff --git a/meteoinfo-lab/milconfig.xml b/meteoinfo-lab/milconfig.xml index 80021901..67b8e9df 100644 --- a/meteoinfo-lab/milconfig.xml +++ b/meteoinfo-lab/milconfig.xml @@ -1,8 +1,6 @@ - - - + @@ -11,20 +9,20 @@ - - + + + + - - @@ -34,5 +32,5 @@
- + diff --git a/meteoinfo-ndarray/src/main/java/org/meteoinfo/ndarray/Array.java b/meteoinfo-ndarray/src/main/java/org/meteoinfo/ndarray/Array.java index 750b0693..c5198bbe 100644 --- a/meteoinfo-ndarray/src/main/java/org/meteoinfo/ndarray/Array.java +++ b/meteoinfo-ndarray/src/main/java/org/meteoinfo/ndarray/Array.java @@ -846,7 +846,7 @@ public abstract class Array { } /** - * Get if the this Array is view - the physical order is not same as + * Get if this Array is view - the physical order is not same as * logical order * * @return Is view or not diff --git a/meteoinfo-ndarray/src/main/java/org/meteoinfo/ndarray/ArrayComplex.java b/meteoinfo-ndarray/src/main/java/org/meteoinfo/ndarray/ArrayComplex.java index 5da170ac..e5a36d0e 100644 --- a/meteoinfo-ndarray/src/main/java/org/meteoinfo/ndarray/ArrayComplex.java +++ b/meteoinfo-ndarray/src/main/java/org/meteoinfo/ndarray/ArrayComplex.java @@ -55,7 +55,7 @@ public class ArrayComplex extends Array { /* Create new ArrayComplex with given indexImpl and backing store. * Should be private. * @param index use this Index - * @param stor. use this storage. if null, allocate. + * @param storage use this storage. if null, allocate. * @return. new ArrayDouble.D or ArrayDouble object. */ static ArrayComplex factory(Index index, Complex[] storage) {