fixed parameter type issue (strange)
This commit is contained in:
parent
8929cfc00f
commit
eabb79303a
|
|
@ -77,7 +77,7 @@ public abstract class AbstractCheckVisitor
|
|||
aKey,
|
||||
aArgs,
|
||||
getSeverityLevel(),
|
||||
this.getClass().getName()));
|
||||
this.getClass()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue