mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
[improvement][chat]Rename PostProcessor to ResponseProcessor
This commit is contained in:
@@ -223,7 +223,7 @@ public class MultiCustomDictionary extends DynamicCustomDictionary {
|
||||
if (customNatureCollector.isEmpty()) {
|
||||
for (int i = Nature.begin.ordinal() + 1; i < Nature.values().length; ++i) {
|
||||
Nature nature = Nature.values()[i];
|
||||
if(Objects.nonNull(nature)) {
|
||||
if (Objects.nonNull(nature)) {
|
||||
customNatureCollector.add(nature);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user