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