Formatting; drop superfluous javadoc link.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1413124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2012-11-24 04:01:50 +00:00
parent 15560aaba5
commit af675d0f8a
1 changed files with 1 additions and 2 deletions

View File

@ -99,7 +99,7 @@
<property name="compile.optimize" value="true"/>
<!-- File encoding -->
<property name="source.encoding" value="UTF-8"/>
<property name="source.encoding" value="UTF-8"/>
<!-- JDK level -->
<property name="compile.source" value="1.5"/>
@ -249,7 +249,6 @@
bottom="Copyright (c) 2003-${current.year} Apache Software Foundation"
classpathref="compile.classpath">
<link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
<link href="http://commons.apache.org/collections/api"/>
</javadoc>
</target>