git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/spatial-data/geo-utility@124014 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-02-09 17:36:20 +00:00
parent 9596e53349
commit 64fd6b0c3b
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ public class GeoNcWMSMetadataUtility {
/** /**
* Load z axis values for a ncWMS layer. * Load z axis values for a ncWMS layer into {@link #getZAxis()}
* *
* @return the z axis * @return the z axis
* @throws Exception * @throws Exception
@ -267,7 +267,7 @@ public class GeoNcWMSMetadataUtility {
/** /**
* @return the zAxis * @return the zAxis
*/ */
public ZAxis getzAxis() { public ZAxis getZAxis() {
return zAxis; return zAxis;
} }