NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

[netcdf-java] Minor typo in NetCDF javadoc?

Hello all

The javadoc for CoordinateAxis1D.getBound1() and getBound2() methods said:

    bound1[i] # coordValue[i] # bound2[i],
    where # is < if increasing (bound1[i] < bound1[i+1])
    else < if decreasing.

Maybe the second "<" is supposed to be ">"?

        Martin