[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