mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 520340: Fix @since versions
Change-Id: Ifced09a4376952c8eb2e90d68e8bb35f87b003ef
This commit is contained in:
parent
4ce1f1ca16
commit
d98733e23d
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ import org.eclipse.text.edits.TextEdit;
|
|||
* progress monitor for output.</p>
|
||||
*
|
||||
* @author Ben Konrath <bkonrath@redhat.com>
|
||||
* @since 6.3
|
||||
* @since 6.4
|
||||
* @noinstantiate This class is not intended to be instantiated by clients.
|
||||
* @noextend This class is not intended to be subclassed by clients.
|
||||
*/
|
||||
|
|
|
@ -13,7 +13,7 @@ package org.eclipse.cdt.core.formatter;
|
|||
import org.eclipse.osgi.util.NLS;
|
||||
|
||||
/**
|
||||
* @since 6.3
|
||||
* @since 6.4
|
||||
*/
|
||||
public class Messages extends NLS {
|
||||
public static String CommandLineConfigFile;
|
||||
|
|
Loading…
Add table
Reference in a new issue