remove upper-case variable name

This commit is contained in:
Philip Ginsbach
2022-09-15 16:32:16 +01:00
parent 8b292351b7
commit c2bdb69476

View File

@@ -19,6 +19,6 @@ where
eff = t.getMetrics().getEfferentSourceCoupling() and
aff > 15 and
eff > 15
select t as Class,
select t as class_,
"Hub class: this class depends on " + eff.toString() + " classes and is used by " + aff.toString()
+ " classes."