Closed anurag01a closed 3 years ago
Unless I'm not looking at the full picture it seems like this isn't uniform to the rest of the code. Additionally such comments would break all standards that I know of as only Methods, Classes and Fields should have Javadoc comments. You might want to change it to multiline comments (/* ..... */
) but Javadoc comments are not appropriate for documentation within Methods.
This of course is opinion which varies from person to person
Updated all the individual single line comments (//) to doc comments (/*../) to maintain uniformity in the code.