6076 add method to get number of images from summary

This commit is contained in:
William Schaefer 2020-03-04 13:41:03 -05:00
parent 516c1575d6
commit 1dd59dc16d

View File

@ -58,4 +58,11 @@ public class TextSummary {
return sampleImage;
}
/**
* @return the numberOfImages
*/
int getNumberOfImages() {
return numberOfImages;
}
}