[
https://issues.apache.org/jira/browse/OPTIQ-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde closed OPTIQ-385.
-----------------------------
> Change comment style for Java headers
> -------------------------------------
>
> Key: OPTIQ-385
> URL: https://issues.apache.org/jira/browse/OPTIQ-385
> Project: Optiq
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Julian Hyde
> Fix For: 0.9.1-incubating
>
>
> Current headers start have lines preceded with {{//}}, viz:
> {code}
> /*
> // Licensed to the Apache Software Foundation (ASF) under one or more
> {code}
> but more typical of Apache java projects is space asterisk, viz:
> {code}
> /*
> * Licensed to the Apache Software Foundation (ASF) under one or more
> {code}
> Some projects use
> {code}
> /**
> * Licensed to the Apache Software Foundation (ASF) under one or more
> {code}
> but in my opinion, {{/**}} is strictly for javadoc.
> We should fix so that lines in headers start with space, asterisk.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)