1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 09:16:02 +02:00

Fix warnings.

This commit is contained in:
Markus Schorn 2009-02-04 08:05:57 +00:00
parent 65ae93ef1c
commit 3c11f62fa3

View file

@ -313,7 +313,7 @@ final public class CConfigBasedDescriptor implements ICDescriptor {
}
/**
* Equivalent to {@link #updateConfiguration(ICConfigurationDescription, true)}
* Equivalent to {@code updateConfiguration(des, true)}
* @param des the new ICConfigurationDescription
* @throws CoreException
*/