mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 22:43:20 -05:00
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
Block a user