Skip to content

Commit

Permalink
Merge branch 'findbugs' into spotbugs
Browse files Browse the repository at this point in the history
 Conflicts:
	build.xml
  • Loading branch information
mebigfatguy committed Jan 5, 2019
2 parents 7d5b88a + 400ee8d commit 9cb389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
</target>

<target name="javadoc" depends="-init" description="build the javadoc for the project">
<javadoc packagenames="com.mebigfatguy.*" sourcepath="${src.dir}" classpathref="sb-contrib.classpath" destdir="${javadoc.dir}" windowtitle="sb-contrib api" access="private">
<javadoc packagenames="com.mebigfatguy.*" sourcepath="${src.dir}" classpathref="fb-contrib.classpath" destdir="${javadoc.dir}" windowtitle="fb-contrib api" access="private" failonerror="true">
<doctitle><![CDATA[<h1>sb-contrib javadoc</h1>]]></doctitle>
<bottom><![CDATA[<i>Copyright &#169; 2005-2019 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
</javadoc>
Expand Down

0 comments on commit 9cb389e

Please sign in to comment.