mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
cosmetics: NON-NLS and JavaDoc tag warnings fixed
This commit is contained in:
parent
52945d7704
commit
3bf5f426b3
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2007, 2008 Intel Corporation and others.
|
* Copyright (c) 2007, 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
|
||||||
|
@ -24,11 +24,10 @@ package org.eclipse.cdt.core.settings.model;
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public interface ICMultiItemsHolder {
|
public interface ICMultiItemsHolder {
|
||||||
public static final String EMPTY_STR = "";
|
public static final String EMPTY_STR = ""; //$NON-NLS-1$
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns array of items which it holds
|
* @return array of items which it holds
|
||||||
* @return
|
|
||||||
*/
|
*/
|
||||||
Object[] getItems();
|
Object[] getItems();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue