Fix typo in method

This commit is contained in:
Gwilym Kuiper
2020-03-27 16:47:51 +00:00
parent 4139fd4dd2
commit 0bd1523172

View File

@ -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();