Updated Branches:
  refs/heads/apache-crunch-0.8 76b9ae5ca -> 96e392b44

CRUNCH-319: Exposed protected methods in the javadoc


Project: http://git-wip-us.apache.org/repos/asf/crunch/repo
Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/96e392b4
Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/96e392b4
Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/96e392b4

Branch: refs/heads/apache-crunch-0.8
Commit: 96e392b442e8184c4d761b649132cc0fb11304bb
Parents: 76b9ae5
Author: Micah Whitacre <[email protected]>
Authored: Tue Jan 7 09:08:02 2014 -0600
Committer: Micah Whitacre <[email protected]>
Committed: Wed Feb 5 17:18:51 2014 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/crunch/blob/96e392b4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 98d7378..5a2eee4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -793,7 +793,7 @@ under the License.
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <version>2.8.1</version> 
                 <configuration>
-                  <show>public</show> 
+                  <show>protected</show> 
                   <nohelp>true</nohelp>
                   
<subpackages>org.apache.crunch;org.apache.crunch.fn</subpackages>
                   
<excludePackageNames>org.apache.crunch.impl.*</excludePackageNames>

Reply via email to