Author: sebb
Date: Sun Jan 18 21:28:15 2015
New Revision: 1652856

URL: http://svn.apache.org/r1652856
Log:
Should be OK with Javadoc 8 now (phew!)

Modified:
    commons/proper/net/trunk/pom.xml

Modified: commons/proper/net/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1652856&r1=1652855&r2=1652856&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Sun Jan 18 21:28:15 2015
@@ -469,17 +469,6 @@ Supported protocols include: Echo, Finge
     </reporting>
 
     <profiles>
-      <profile>
-        <!-- Temporary hack to suppress Javadoc 8 errors -->
-        <id>javadoc_8</id>
-        <activation>
-          <jdk>1.8</jdk>
-        </activation>
-        <properties>
-          <!-- Disable Xdoclint, until JavaDoc issues are fixed -->
-          <additionalparam>-Xdoclint:none</additionalparam>
-        </properties>
-      </profile>
 
       <!-- TODO Remove when updating to CP37 -->
       <profile>


Reply via email to