forked from phoedos/pmd
Fix typo in method
This commit is contained in:
@ -275,8 +275,8 @@ lines of code that are split are counted as one.
|
||||
<![CDATA[
|
||||
public class Foo extends Bar {
|
||||
//this method only has 1 NCSS lines
|
||||
public Integer methd() {
|
||||
super.methd();
|
||||
public Integer method() {
|
||||
super.method();
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user