Skip to content

Commit

Permalink
Fix Javadoc markup in PixelBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Jul 5, 2018
1 parent d364ccd commit b83bb7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/romio/src/ome/io/nio/PixelBuffer.java
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ public void setTimepoint(byte[] buffer, Integer t) throws IOException,
/**
* Retrieves the active resolution level.
* @return The active resolution level. The level will be non-negative and less
* than #getResolutionLevels(). Resolution level 0 is the smallest
* than {@link #getResolutionLevels()}. Resolution level 0 is the smallest
* resolution and resolution level <code>getResolutionLevels() - 1</code>
* is the largest resolution. This is the inverse of how Bio-Formats indexes
* resolutions.
Expand All @@ -690,7 +690,7 @@ public void setTimepoint(byte[] buffer, Integer t) throws IOException,
* Sets the active resolution level.
* @param resolutionLevel The resolution level to be used by
* the pixel buffer. The level should be non-negative and less
* than #getResolutionLevels(). Resolution level 0 is the smallest
* than {@link #getResolutionLevels()}. Resolution level 0 is the smallest
* resolution and resolution level <code>getResolutionLevels() - 1</code>
* is the largest resolution. This is the inverse of how Bio-Formats indexes
* resolutions.
Expand Down

0 comments on commit b83bb7a

Please sign in to comment.