129130131132133134135136137138139
} } } if (isBorder()) { captcha.addBorder(); } this.captcha = captcha.build(); return captcha.build().getImage(); }
244245246247248249250251252253254
} } } if (isBorder()) { captcha.addBorder(); } return captcha.build().getImage(); } private List<String> getWords() {