mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 23:35:48 +02:00
Update Javadoc
This commit is contained in:
parent
bcb00d591d
commit
b4c2702796
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class PFWorkspaceAnchor implements PFPersistenceAnchor {
|
||||||
* This is a handle operation. The folder may not exist.
|
* This is a handle operation. The folder may not exist.
|
||||||
* @param parent the parent container - typically a project or folder
|
* @param parent the parent container - typically a project or folder
|
||||||
* @param name the name of the folder to find
|
* @param name the name of the folder to find
|
||||||
* @return the found or created folder
|
* @return the found folder (may not exist)
|
||||||
*/
|
*/
|
||||||
private IFolder getFolder(IContainer parent, String name) {
|
private IFolder getFolder(IContainer parent, String name) {
|
||||||
IPath path = new Path(name);
|
IPath path = new Path(name);
|
||||||
|
|
Loading…
Add table
Reference in a new issue