Skip to content

Commit

Permalink
switch to spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
don-vip committed Sep 11, 2017
1 parent a358039 commit 0bc610c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CustomizePublicTransportStop/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@

<target name="test"/>
<target name="checkstyle"/>
<target name="findbugs"/>
<target name="spotbugs"/>
</project>
2 changes: 1 addition & 1 deletion routes/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</target>
<target name="test"/>
<target name="checkstyle"/>
<target name="findbugs"/>
<target name="spotbugs"/>
<target name="revision">
<exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
<env key="LANG" value="C"/>
Expand Down

0 comments on commit 0bc610c

Please sign in to comment.