mirror of https://github.com/apache/lucene.git
SOLR-13019: Fix typo in MailEntityProcessor
Path provided by Tommy Marshment-Howell. Closes #509
This commit is contained in:
parent
c78429a554
commit
f7faae075b
|
@ -66,7 +66,7 @@ public class MailEntityProcessor extends EntityProcessorBase {
|
|||
|
||||
public void init(Context 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
|
||||
// REQUIRED : connection and folder info
|
||||
user = getStringFromContext("user", null);
|
||||
|
|
Loading…
Reference in New Issue