mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
Merge pull request #205 from tivervac/typo_preference_key
Thanks Titouan
This commit is contained in:
commit
27e22b9fe3
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ public class PreferenceKey {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Configration key '" + id + "' default value '" + getDefaultValue() + "'.";
|
||||
return "Configuration key '" + id + "' default value '" + getDefaultValue() + "'.";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -66,4 +66,4 @@ public class PreferenceKey {
|
|||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue