tysonjh commented on a change in pull request #14467:
URL: https://github.com/apache/beam/pull/14467#discussion_r609866836



##########
File path: examples/java/build.gradle
##########
@@ -161,3 +161,10 @@ task execute (type:JavaExec) {
   systemProperties System.getProperties()
   args System.getProperty("exec.args", "").split()
 }
+
+task wordCount(type:JavaExec) {

Review comment:
       Can you add a comment here, and the other wordcount tasks added, to 
explain that they're used for validating the development environment for 
contributors?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to