Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markro49 committed Jul 2, 2024
1 parent 64c1bf9 commit 8b104bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/Project/Lang.pm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ sub _post_checkout {
Utils::convert_file_encoding($work_dir."/".$result->{src}."/org/apache/commons/lang/Entities.java");

# Some of the Lang tests were created pre Java 1.5 and contain an 'enum' package.
# The is now a reserved word in Java so we covert all references to 'oldenum'.
# The is now a reserved word in Java so we convert all references to 'oldenum'.
my $cmd = "grep -lR '\.enum;' $work_dir'/'$result->{src}'/org/apache/commons/lang/enum/'";
my $log = `$cmd`;
my $ret = $?;
Expand Down

0 comments on commit 8b104bc

Please sign in to comment.