You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ctakes.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/06/21 21:12:58 UTC

[jira] [Commented] (CTAKES-401) License headers are JavaDoc comments but should be block comments

    [ https://issues.apache.org/jira/browse/CTAKES-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15342717#comment-15342717 ] 

ASF subversion and git services commented on CTAKES-401:
--------------------------------------------------------

Commit 1749604 from rec@apache.org in branch 'ctakes/trunk'
[ https://svn.apache.org/r1749604 ]

[CTAKES-401] License headers are JavaDoc comments but should be block comments

> License headers are JavaDoc comments but should be block comments
> -----------------------------------------------------------------
>
>                 Key: CTAKES-401
>                 URL: https://issues.apache.org/jira/browse/CTAKES-401
>             Project: cTAKES
>          Issue Type: Bug
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>            Priority: Minor
>             Fix For: 3.2.3
>
>
> License headers in many (all?) cTAKES Java source files are JavaDoc comments but should be block comments:
> Should be:
> {noformat}
> /*
>  * 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.  The ASF licenses this file
> {noformat}
> Actual:
> {noformat}
> /**
>  * 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.  The ASF licenses this file
> {noformat}
> Mind the extra star in the first line that should be removed.
> With the star present, the license may be picked up as the JavaDoc for classes that do not have an additional JavaDoc block directly before the `class` keyword.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)