Skip to content

Commit

Permalink
Remove unused method ResourceTest.getClassName()
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKlare committed Nov 30, 2023
1 parent bec1cf2 commit 9b9ddbf
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -826,14 +826,6 @@ boolean resourceExists() {
return checkIfResourceExistsJob.resourceExists();
}

/**
* Returns the unqualified class name of the receiver (i.e. without the package prefix).
*/
protected String getClassName() {
String fullClassName = getClass().getName();
return fullClassName.substring(fullClassName.lastIndexOf('.') + 1);
}

/**
* Returns invalid sets of natures
*/
Expand Down

0 comments on commit 9b9ddbf

Please sign in to comment.