You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by mk...@apache.org on 2014/02/06 00:18:29 UTC

git commit: CRUNCH-319: Exposed protected methods in the javadoc

Updated Branches:
  refs/heads/master 752fed58e -> a9165502b


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/a9165502
Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/a9165502
Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/a9165502

Branch: refs/heads/master
Commit: a9165502bf0b7e43a84c6fd684f87b6499b162db
Parents: 752fed5
Author: Micah Whitacre <mk...@apache.org>
Authored: Tue Jan 7 09:08:02 2014 -0600
Committer: Micah Whitacre <mk...@apache.org>
Committed: Wed Feb 5 17:13:10 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/crunch/blob/a9165502/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cba17a7..77def0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -767,7 +767,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>