}
List<String> flagList = from.getFlags();
// rhbz1012502 - should not store fuzzy tag in source document
if (flagList.contains("fuzzy")) {
throw new FileUploadException(String.format(
"Please remove fuzzy flags from document. "
+ "First fuzzy flag was found on "
+ "text flow %s with content %s", textFlow.getId(),
textFlow.getContents()));
}