toString method for Challenge
This commit is contained in:
parent
77a7f730fe
commit
9c7efb5e4a
|
|
@ -10,4 +10,8 @@ public class Challenge {
|
|||
this.contentType = contentType;
|
||||
this.secret = secret;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "Challenge: " + contentType + " content length: " + content.length;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue