Skip to content

Commit

Permalink
[ltdiff] removed -Xlint:deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
gulp21 committed Dec 23, 2013
1 parent bea0853 commit 54eedc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [[ $response == "404" || $response == "500" ]]; then
fi
fi

javac VersionDiffGenerator.java -Xlint:deprecation
javac VersionDiffGenerator.java

if [ ! $? -eq 0 ]; then
echo -e "\033[40;1;31m ERROR \033[0m javac failed"
Expand Down

0 comments on commit 54eedc2

Please sign in to comment.