|
|
@@ -108,9 +108,9 @@ public final class VppUnEventParser {
|
|
|
if (Boolean.TRUE.equals(filing) && hasValues) {
|
|
|
return VppUnEventPhase.DECLARE_FEEDBACK;
|
|
|
}
|
|
|
- if (Boolean.FALSE.equals(filing) && Boolean.TRUE.equals(lastFiling) && hasValues) {
|
|
|
- return VppUnEventPhase.SPLIT_RESULT;
|
|
|
- }
|
|
|
+// if (Boolean.FALSE.equals(filing) && Boolean.TRUE.equals(lastFiling) && hasValues) {
|
|
|
+// return VppUnEventPhase.SPLIT_RESULT;
|
|
|
+// }
|
|
|
if (Boolean.FALSE.equals(filing) && Boolean.TRUE.equals(lastFiling)) {
|
|
|
return VppUnEventPhase.SPLIT_NOTICE;
|
|
|
}
|