-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.1-incubating
-
Component/s: None
-
Labels:None
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.