mirror of
https://github.com/apache/lucene.git
synced 2025-03-01 13:59:12 +00:00
Fix typo in defaultValue parameter name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
119de8f949
commit
8db469ef01
@ -37,7 +37,7 @@ public class ValueAugmenterFactory extends TransformerFactory
|
||||
public void init(NamedList args) {
|
||||
value = args.get( "value" );
|
||||
if( value == null ) {
|
||||
defaultValue = args.get( "deaultValue" );
|
||||
defaultValue = args.get( "defaultValue" );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user