fixed parameter type issue (strange)

This commit is contained in:
Lars Kühne 2003-07-06 06:19:01 +00:00
parent 8929cfc00f
commit eabb79303a
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public abstract class AbstractCheckVisitor
aKey,
aArgs,
getSeverityLevel(),
this.getClass().getName()));
this.getClass()));
}
/**