Revision 2236
tmp/org.txm.index.core/src/org/txm/index/core/functions/Lexicon.java (revision 2236) | ||
---|---|---|
132 | 132 |
|
133 | 133 |
@Override |
134 | 134 |
public String getSimpleName() { |
135 |
if (pProperties != null && pProperties.size() > 0) { |
|
135 |
if (pProperties != null && pProperties.size() > 0 && pProperties.get(0) != null) {
|
|
136 | 136 |
return pProperties.get(0).getName(); |
137 | 137 |
} |
138 | 138 |
else { |
Also available in: Unified diff