mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
Fix typos in Javadoc
This commit is contained in:
parent
832e9f8032
commit
7f53460969
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ import org.eclipse.ui.IMemento;
|
|||
/**
|
||||
* A {@link IDialogSettings} based {@link ISettingsStore}.
|
||||
*
|
||||
* Setting Store dased on IMemento. IMemento documentations says only alpha numeric
|
||||
* values mey be used as keys. Therefore the implementation converts dots (.) into
|
||||
* Setting Store based on IMemento. IMemento documentations says only alpha numeric
|
||||
* values may be used as keys. Therefore the implementation converts dots (.) into
|
||||
* child elements of the memento.
|
||||
*
|
||||
* @author Michael Scharf
|
||||
|
|
Loading…
Add table
Reference in a new issue