merge from rel-1.1-maint branch: fixing some "thumnail" typos NIHVIVO-958
This commit is contained in:
parent
ef9eb11ac4
commit
d961b13c0c
1 changed files with 3 additions and 3 deletions
|
@ -137,11 +137,11 @@ public class VisualizationRequestHandler {
|
|||
|
||||
try {
|
||||
|
||||
String thumbnailAccessURL = getThumnailInformation(
|
||||
String thumbnailAccessURL = getThumbnailInformation(
|
||||
imageQueryHandler.getResultSet(),
|
||||
fieldLabelToOutputFieldLabel);
|
||||
|
||||
System.out.println("thumnail access URL " + thumbnailAccessURL);
|
||||
System.out.println("thumbnail access URL " + thumbnailAccessURL);
|
||||
prepareVisualizationQueryResponse(thumbnailAccessURL);
|
||||
return;
|
||||
|
||||
|
@ -227,7 +227,7 @@ public class VisualizationRequestHandler {
|
|||
|
||||
}
|
||||
|
||||
private String getThumnailInformation(ResultSet resultSet,
|
||||
private String getThumbnailInformation(ResultSet resultSet,
|
||||
Map<String, String> fieldLabelToOutputFieldLabel) {
|
||||
|
||||
String finalThumbNailLocation = "";
|
||||
|
|
Loading…
Add table
Reference in a new issue