Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 23, 2024
1 parent 77f29ef commit ed77bbc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public VMSVersioningFTPEntryParser() {
public VMSVersioningFTPEntryParser(final FTPClientConfig config) {
configure(config);
try {
// _preparse_matcher_ = new Perl5Matcher();
preparsePattern = Pattern.compile(PRE_PARSE_REGEX);
} catch (final PatternSyntaxException pse) {
throw new IllegalArgumentException("Unparseable regex supplied: " + PRE_PARSE_REGEX);
Expand Down

0 comments on commit ed77bbc

Please sign in to comment.