mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-21 02:09:03 -05:00
toString method for Challenge
This commit is contained in:
@@ -10,4 +10,8 @@ public class Challenge {
|
||||
this.contentType = contentType;
|
||||
this.secret = secret;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "Challenge: " + contentType + " content length: " + content.length;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user