Comments on Java files

Hello I want to make some contributions in the project. I found out that in some classes single-line comments are written like this:
/* …
*/

and multi-line comments like this:
//
//
//

Can I change them and make a pull request?

Hi, code changes like these that touch files that are not really related to each other make it harder to use the git history later. Instead, have a look at the things labelled “good first issue”: Issues · AntennaPod/AntennaPod · GitHub

1 Like