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

cosmetics: typo

This commit is contained in:
Andrew Gvozdev 2010-01-18 18:52:43 +00:00
parent 18570a5d50
commit 30dd1fc86f

View file

@ -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 * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * 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 * 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} * 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 * for storing custom data in the settings file (.cproject) or in a database