Fix NPE
This commit is contained in:
parent
f092be50d0
commit
ae4126dfed
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ public class IndexCreator {
|
|||
// dialect = DBDialect.NOSQL;
|
||||
// }
|
||||
if(logMapDataWarn == null) {
|
||||
log = logMapDataWarn;
|
||||
logMapDataWarn = log ;
|
||||
}
|
||||
|
||||
if (renderingTypes == null) {
|
||||
|
|
Loading…
Reference in a new issue