Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current headers start have lines preceded with //, viz:
/*
// Licensed to the Apache Software Foundation (ASF) under one or more
but more typical of Apache java projects is space asterisk, viz:
/* * Licensed to the Apache Software Foundation (ASF) under one or more
Some projects use
/** * Licensed to the Apache Software Foundation (ASF) under one or more
but in my opinion, /** is strictly for javadoc.
We should fix so that lines in headers start with space, asterisk.