[
https://issues.apache.org/jira/browse/OPTIQ-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved OPTIQ-385.
-------------------------------
Resolution: Fixed
Fix Version/s: 0.9.1-incubating
Fixed in
http://git-wip-us.apache.org/repos/asf/incubator-optiq/commit/aa8a98ffd7b877d141a0f4929982a6a2f97c20e1.
> 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.2#6252)