Skip to content

Commit

Permalink
Merge pull request #178 from jburel/fix_doc_error
Browse files Browse the repository at this point in the history
fix error reported when building doc
  • Loading branch information
dgault authored Jun 21, 2023
2 parents 949202c + 305c08d commit fbe39c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ome-xml/src/main/java/ome/xml/meta/MetadataConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* OME-XML Java library for working with OME-XML metadata structures.
* %%
* Copyright (C) 2006 - 2016 Open Microscopy Environment:
* Copyright (C) 2006 - 2023 Open Microscopy Environment:
* - Massachusetts Institute of Technology
* - National Institutes of Health
* - University of Dundee
Expand Down Expand Up @@ -111,7 +111,7 @@ public static void convertMetadata(MetadataRetrieve src, MetadataStore dest) {
* to the specified channel in the destination MetadataStore. The specified
* destination Image must exist (e.g. via calling
* <code>setImageID(..., destImage)</code>), but the destination Channel only
* needs to exist if the copyID flag is <code>false<code>
* needs to exist if the copyID flag is <code>false</code>
* LightSource references are assumed to be correct and are not checked for validity.
*
* @param src the source {@link MetadataRetrieve}
Expand All @@ -134,7 +134,7 @@ public static void convertChannels(MetadataRetrieve src, int srcImage, int srcCh
* to the specified channel in the destination MetadataStore. The specified
* destination Image must exist (e.g. via calling
* <code>setImageID(..., destImage)</code>), but the destination Channel only
* needs to exist if the copyID flag is <code>false<code>
* needs to exist if the copyID flag is <code>false</code>
*
* @param src the source {@link MetadataRetrieve}
* @param srcImage the index of the Channel's parent Image in src
Expand Down

0 comments on commit fbe39c0

Please sign in to comment.