[CST-12108] porting of correction QA request, adjust it to withdrawn & reinstate request

This commit is contained in:
Mykhaylo
2023-10-24 18:47:12 +02:00
parent 173fc2c64f
commit 7c720ae04a
21 changed files with 425 additions and 422 deletions

View File

@@ -54,8 +54,7 @@ public class QAEvent {
private String status = "PENDING";
public QAEvent() {
}
public QAEvent() {}
public QAEvent(String source, String originalId, String target, String title,
String topic, double trust, String message, Date lastUpdate) {
@@ -73,7 +72,6 @@ public class QAEvent {
} catch (NoSuchAlgorithmException | UnsupportedEncodingException e) {
throw new IllegalStateException(e);
}
}
public String getOriginalId() {