fixed typo in displayed string

This commit is contained in:
gt2014.peldszus.sven 2015-04-02 12:05:42 +02:00
parent e3cc550cfe
commit f791650aab
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -43,7 +43,7 @@ public class Dummy implements TestInterface {
@Override
public boolean applyCreateSuperclass(Create_Superclass_Refactoring arg0) {
return getBool("Was extract super class successful?"); //$NON-NLS-1$
return getBool("Was create super class successful?"); //$NON-NLS-1$
}
@Override