mirror of
https://github.com/Echtzeitsysteme/java-refactoring-ttc.git
synced 2024-12-13 20:29:56 +00:00
fixed typo in displayed string
This commit is contained in:
parent
e3cc550cfe
commit
f791650aab
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue