diff --git a/ome-xml/src/main/java/ome/xml/meta/MetadataConverter.java b/ome-xml/src/main/java/ome/xml/meta/MetadataConverter.java index 539974ddc..295464580 100644 --- a/ome-xml/src/main/java/ome/xml/meta/MetadataConverter.java +++ b/ome-xml/src/main/java/ome/xml/meta/MetadataConverter.java @@ -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 @@ -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 * setImageID(..., destImage)), but the destination Channel only - * needs to exist if the copyID flag is false + * needs to exist if the copyID flag is false * LightSource references are assumed to be correct and are not checked for validity. * * @param src the source {@link MetadataRetrieve} @@ -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 * setImageID(..., destImage)), but the destination Channel only - * needs to exist if the copyID flag is false + * needs to exist if the copyID flag is false * * @param src the source {@link MetadataRetrieve} * @param srcImage the index of the Channel's parent Image in src