1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 18:55:38 +02:00

Clarified comments

This commit is contained in:
Andrew Gvozdev 2010-09-28 17:25:41 +00:00
parent df280b939c
commit 789b954cc0

View file

@ -348,7 +348,7 @@ public class ResourceHelper {
* The intention of the method is to create folders which do not belong to any project. * The intention of the method is to create folders which do not belong to any project.
* *
* @param name - folder name. * @param name - folder name.
* @return full folder path. * @return absolute location of the folder on the file system.
* @throws IOException if something goes wrong. * @throws IOException if something goes wrong.
*/ */
public static IPath createWorkspaceFolder(String name) throws CoreException, IOException { public static IPath createWorkspaceFolder(String name) throws CoreException, IOException {
@ -369,7 +369,7 @@ public class ResourceHelper {
/** /**
* Creates new temporary folder with generated name from workspace root. * Creates new temporary folder with generated name from workspace root.
* *
* @return full folder path. * @return absolute location of the folder on the file system.
* @throws IOException if something goes wrong. * @throws IOException if something goes wrong.
*/ */
public static IPath createTemporaryFolder() throws CoreException, IOException { public static IPath createTemporaryFolder() throws CoreException, IOException {