Removed unused utility method
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2078 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -39,10 +39,4 @@ public class Search {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
private String getClsName(Class cls) {
|
||||
String fullName = cls.getName();
|
||||
int lastDot = fullName.lastIndexOf('.');
|
||||
return fullName.substring(lastDot + 1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user