Fix exception on first normalize
This commit is contained in:
@@ -2147,8 +2147,10 @@ public class Sentence extends BookTreeNode implements Cacheable {
|
||||
}
|
||||
|
||||
public void clearPeakGainPoints() {
|
||||
if (gainPoints != null) {
|
||||
gainPoints.clear();
|
||||
}
|
||||
}
|
||||
|
||||
public void autoAddPeakGainPoints() {
|
||||
long ts = System.currentTimeMillis();
|
||||
|
||||
Reference in New Issue
Block a user