no message
This commit is contained in:
@@ -54,7 +54,8 @@ public class SapforTask extends DBObject {
|
||||
public Vector<SapforVersion_json> variants = new Vector<>();
|
||||
//----------
|
||||
@Description("IGNORE")
|
||||
public MatchState match = MatchState.Unknown;
|
||||
public MatchState match = MatchState.NotMatch;
|
||||
// MatchState.Unknown;
|
||||
//-----------
|
||||
public String getUniqueKey() {
|
||||
return sapfor_configuration_id + "_" + group_description + "_" + test_description;
|
||||
|
||||
Reference in New Issue
Block a user