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 39C77200C8E for ; Thu, 8 Jun 2017 19:36:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 38A26160BE8; Thu, 8 Jun 2017 17:36:36 +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 82071160BD5 for ; Thu, 8 Jun 2017 19:36:35 +0200 (CEST) Received: (qmail 57837 invoked by uid 500); 8 Jun 2017 17:36:32 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 57035 invoked by uid 99); 8 Jun 2017 17:36:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2017 17:36:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AC4F3F4A4A; Thu, 8 Jun 2017 17:36:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: britter@apache.org To: commits@commons.apache.org Date: Thu, 08 Jun 2017 17:36:50 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [21/50] [abbrv] commons-cli git commit: Make header comment a Java block comment instead of JavaDoc archived-at: Thu, 08 Jun 2017 17:36:36 -0000 Make header comment a Java block comment instead of JavaDoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1759672 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/9e519623 Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/9e519623 Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/9e519623 Branch: refs/heads/master Commit: 9e51962309fac2806f5fe0e4e3df94e0e187607a Parents: fccdd04 Author: Benedikt Ritter Authored: Wed Sep 7 19:30:23 2016 +0000 Committer: Benedikt Ritter Committed: Wed Sep 7 19:30:23 2016 +0000 ---------------------------------------------------------------------- src/test/java/org/apache/commons/cli/bug/BugsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-cli/blob/9e519623/src/test/java/org/apache/commons/cli/bug/BugsTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/cli/bug/BugsTest.java b/src/test/java/org/apache/commons/cli/bug/BugsTest.java index 322fa74..f5746fe 100644 --- a/src/test/java/org/apache/commons/cli/bug/BugsTest.java +++ b/src/test/java/org/apache/commons/cli/bug/BugsTest.java @@ -1,4 +1,4 @@ -/** +/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership.