fix indentation error

This commit is contained in:
Rick Giles 2004-07-25 18:33:13 +00:00
parent 8ab17acbc6
commit 02ad1308ff
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ public abstract class AbstractClassCouplingCheck extends Check
new Object[] {
new Integer(mReferencedClassNames.size()),
new Integer(getMax()),
mReferencedClassNames.toString(), });
mReferencedClassNames.toString(), });
}
}