Skip to content

Commit 94782c5

Browse files
committed
FIX: '&' -> 'and' to make Javadoc compiler happy
1 parent 1efc9d3 commit 94782c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/celltrackingchallenge/measures/ImgQualityDataCache.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public videoDataContainer(final String __imgPath, final int __v)
189189
public int video;
190190

191191
/**
192-
* Representation of average & std. deviations within individual
192+
* Representation of average and std. deviations within individual
193193
* foreground masks.
194194
* Usage: avgFG[timePoint].get(labelID) = averageIntensityValue
195195
*/
@@ -233,7 +233,7 @@ public double getRealVolume(final long vxlCnt)
233233
public final Vector<Map<Integer,int[]>> boundingBoxesFG = new Vector<>(1000,100);
234234

235235
/**
236-
* Representation of average & std. deviations of background region.
236+
* Representation of average and std. deviations of background region.
237237
* There is only one background marker expected in the images.
238238
*/
239239
public final Vector<Double> avgBG = new Vector<>(1000,100);

0 commit comments

Comments
 (0)