Skip to content

Commit

Permalink
fix javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed May 21, 2024
1 parent 56a2201 commit 686fa14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/preibisch/bigstitcher/spark/util/Grid.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public static long[] gridCell(
}

/**
* Returns the long coordinates <= scaled double coordinates.
* Returns the long coordinates &le; scaled double coordinates.
*
* @param doubles
* @param scale
Expand All @@ -187,7 +187,7 @@ public static long[] floorScaled(final double[] doubles, final double scale) {
}

/**
* Returns the long coordinate >= scaled doubel coordinates.
* Returns the long coordinate &ge; scaled doubel coordinates.
*
* @param doubles
* @param scale
Expand Down

0 comments on commit 686fa14

Please sign in to comment.