Java: Adjust comment style.

This commit is contained in:
Anders Schack-Mulligen
2018-10-11 09:51:20 +02:00
parent dd5a8f0c14
commit 766b07ba59
8 changed files with 41 additions and 71 deletions

View File

@@ -26,10 +26,8 @@ where
// Never accessed outside this class, so it's entirely unused.
reason = " is entirely unused."
else
/*
* There are no dead roots outside the class, but the class has a possible liveness cause
* external to the class, so it must be accessed from at least one dead-code cycle.
*/
// There are no dead roots outside the class, but the class has a possible liveness cause
// external to the class, so it must be accessed from at least one dead-code cycle.
reason = " is only used from or in a dead-code cycle."
)
select c, "The class " + c.getName() + reason, origin, origin.getName()