1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

Update Javadoc

This commit is contained in:
Martin Oberhuber 2007-06-04 17:41:12 +00:00
parent bcb00d591d
commit b4c2702796

View file

@ -116,7 +116,7 @@ class PFWorkspaceAnchor implements PFPersistenceAnchor {
* This is a handle operation. The folder may not exist.
* @param parent the parent container - typically a project or folder
* @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) {
IPath path = new Path(name);