1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 08:45:44 +02:00

cleanup: JavaDoc warning

This commit is contained in:
Andrew Gvozdev 2010-01-04 03:51:54 +00:00
parent 4fef3217d9
commit 4daceaf58c

View file

@ -59,6 +59,7 @@ public class MakeTargetDndUtil {
public static final String DEFAULT_BUILD_COMMAND = "make"; //$NON-NLS-1$
/**
* @param project - project where to get build command from
* @return build command from project settings.
*/
public static String getProjectBuildCommand(IProject project) {