Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 23D31200CDB for ; Sat, 5 Aug 2017 11:49:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 223A71693F4; Sat, 5 Aug 2017 09:49:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6720B1693EB for ; Sat, 5 Aug 2017 11:49:07 +0200 (CEST) Received: (qmail 55485 invoked by uid 500); 5 Aug 2017 09:49:06 -0000 Mailing-List: contact dev-help@gearpump.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gearpump.incubator.apache.org Delivered-To: mailing list dev@gearpump.incubator.apache.org Received: (qmail 55474 invoked by uid 99); 5 Aug 2017 09:49:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Aug 2017 09:49:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id B3CE61A1A0D for ; Sat, 5 Aug 2017 09:49:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id uxW-nJyGphjT for ; Sat, 5 Aug 2017 09:49:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id AB83A5F570 for ; Sat, 5 Aug 2017 09:49:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8E72CE06AB for ; Sat, 5 Aug 2017 09:49:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0BC2423FFD for ; Sat, 5 Aug 2017 09:49:02 +0000 (UTC) Date: Sat, 5 Aug 2017 09:49:02 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@gearpump.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEARPUMP-339) Improve ScalaDoc for all public classes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 05 Aug 2017 09:49:08 -0000 [ https://issues.apache.org/jira/browse/GEARPUMP-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16115351#comment-16115351 ] ASF GitHub Bot commented on GEARPUMP-339: ----------------------------------------- GitHub user manuzhang opened a pull request: https://github.com/apache/incubator-gearpump/pull/210 [GEARPUMP-339] Fix unknown tag parameter Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the commit message is formatted like: `[GEARPUMP-] Meaningful description of pull request` - [ ] Make sure tests pass via `sbt clean test`. - [ ] Make sure old documentation affected by the pull request has been updated and new documentation added for new functionality. You can merge this pull request into a Git repository by running: $ git pull https://github.com/manuzhang/incubator-gearpump improve_scaladoc Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-gearpump/pull/210.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #210 ---- commit c9759ba5edb1ab7b9c5d81e2f0810a8f4712b256 Author: manuzhang Date: 2017-08-05T09:41:31Z [GEARPUMP-339] Fix unknown tag parameter ---- > Improve ScalaDoc for all public classes > --------------------------------------- > > Key: GEARPUMP-339 > URL: https://issues.apache.org/jira/browse/GEARPUMP-339 > Project: Apache Gearpump > Issue Type: Improvement > Affects Versions: 0.8.4 > Reporter: Manu Zhang > Assignee: Manu Zhang > > All public classes should have ScalaDoc and any warnings should be fixed. -- This message was sent by Atlassian JIRA (v6.4.14#64029)