merge from nihvivo-rel-1.1-maint branch: fixing some "thumnail" typos
This commit is contained in:
parent
ef712eb11a
commit
1267a25203
2 changed files with 2 additions and 2 deletions
|
@ -448,7 +448,7 @@ public class FileModelHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Store this file surrogate as the thumnail on this entity.
|
* Store this file surrogate as the thumbnail on this entity.
|
||||||
*/
|
*/
|
||||||
public void setThumbnailOnIndividual(Individual entity,
|
public void setThumbnailOnIndividual(Individual entity,
|
||||||
Individual thumbnailSurrogate) {
|
Individual thumbnailSurrogate) {
|
||||||
|
|
|
@ -30,7 +30,7 @@ public class NonLiteralPropertyRemover extends FsuScanner {
|
||||||
+ "are not literals.");
|
+ "are not literals.");
|
||||||
|
|
||||||
removeNonLiterals(imageProperty, "image file");
|
removeNonLiterals(imageProperty, "image file");
|
||||||
removeNonLiterals(thumbProperty, "thumnail");
|
removeNonLiterals(thumbProperty, "thumbnail");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue