SOLR-13019: Fix typo in MailEntityProcessor

Path provided by Tommy Marshment-Howell.

Closes #509
This commit is contained in:
Jason Gerlowski 2018-12-04 08:36:48 -05:00
parent c78429a554
commit f7faae075b
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class MailEntityProcessor extends EntityProcessorBase {
public void init(Context context) { public void init(Context context) {
super.init(context); super.init(context);
// set attributes using XXX getXXXFromContext(attribute, defualtValue); // set attributes using XXX getXXXFromContext(attribute, defaultValue);
// applies variable resolver and return default if value is not found or null // applies variable resolver and return default if value is not found or null
// REQUIRED : connection and folder info // REQUIRED : connection and folder info
user = getStringFromContext("user", null); user = getStringFromContext("user", null);