mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
cosmetics: typo
This commit is contained in:
parent
18570a5d50
commit
30dd1fc86f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2007 Intel Corporation and others.
|
||||
* Copyright (c) 2010 Intel Corporation and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -17,7 +17,7 @@ import org.eclipse.core.runtime.CoreException;
|
|||
/**
|
||||
*
|
||||
* This interface represents an generic element in a storage tree. These trees are rooted at
|
||||
* @link{ICSettingsStorage}Elements.
|
||||
* {@link ICSettingsStorage} Elements.
|
||||
*
|
||||
* This abstract storage mechanism is used, e.g. with the {@link ICProjectDescription} and {@link ICConfigurationDescription}
|
||||
* for storing custom data in the settings file (.cproject) or in a database
|
||||
|
|
Loading…
Add table
Reference in a new issue