[
https://issues.apache.org/jira/browse/BEAM-5057?focusedWorklogId=129925&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-129925
]
ASF GitHub Bot logged work on BEAM-5057:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Aug/18 20:05
Start Date: 01/Aug/18 20:05
Worklog Time Spent: 10m
Work Description: chamikaramj closed pull request #6120: [BEAM-5057]
Fixes a Javadoc error
URL: https://github.com/apache/beam/pull/6120
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/sdks/java/core/src/main/java/org/apache/beam/sdk/values/PCollection.java
b/sdks/java/core/src/main/java/org/apache/beam/sdk/values/PCollection.java
index 6afca8fc401..bd2eec1371b 100644
--- a/sdks/java/core/src/main/java/org/apache/beam/sdk/values/PCollection.java
+++ b/sdks/java/core/src/main/java/org/apache/beam/sdk/values/PCollection.java
@@ -296,7 +296,7 @@ public String getName() {
/**
* Sets a schema on this PCollection.
*
- * <p>Can only be called on a {@link PCollection<Row>}.
+ * <p>Can only be called on a {@link PCollection}.
*/
@Experimental(Kind.SCHEMAS)
public PCollection<T> setRowSchema(Schema schema) {
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 129925)
Time Spent: 1h 20m (was: 1h 10m)
> beam_Release_Gradle_NightlySnapshot failing due to a Javadoc error
> ------------------------------------------------------------------
>
> Key: BEAM-5057
> URL: https://issues.apache.org/jira/browse/BEAM-5057
> Project: Beam
> Issue Type: Bug
> Components: testing
> Reporter: Chamikara Jayalath
> Assignee: Chamikara Jayalath
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> [https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/127/console]
> [https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/125/console]
>
> * What went wrong:
> Execution failed for task ':beam-sdks-java-core:javadoc'.
> > Javadoc generation failed. Generated Javadoc options file (useful for
> > troubleshooting):
> > '/home/jenkins/jenkins-slave/workspace/beam_Release_Gradle_NightlySnapshot/src/sdks/java/core/build/tmp/javadoc/javadoc.options'
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)