ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.160 by jsr166, Sat Nov 1 14:50:26 2014 UTC vs.
Revision 1.161 by jsr166, Sat Jan 17 23:12:49 2015 UTC

# Line 1128 | Line 1128
1128  
1129    <target name="lint">
1130      <antcall target="dists">
1131 +      <param name="build.javadoc.access" value="public"/>
1132 +    </antcall>
1133 +  </target>
1134 +
1135 + <!-- Generates all doclint warnings, even for private methods (rarely useful) -->
1136 +  <target name="lint-private">
1137 +    <antcall target="dist">
1138        <param name="build.javadoc.access" value="private"/>
1139      </antcall>
1140    </target>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines