mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
cosmetics: redundant super interface removed
This commit is contained in:
parent
ba952b0604
commit
8fefe3ed4b
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2007 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
|
||||||
|
@ -13,7 +13,7 @@ package org.eclipse.cdt.core.settings.model;
|
||||||
import org.eclipse.core.runtime.CoreException;
|
import org.eclipse.core.runtime.CoreException;
|
||||||
import org.eclipse.core.runtime.IPath;
|
import org.eclipse.core.runtime.IPath;
|
||||||
|
|
||||||
public interface ICFolderDescription extends ICResourceDescription, ICSettingContainer {
|
public interface ICFolderDescription extends ICResourceDescription {
|
||||||
ICResourceDescription getNestedResourceDescription(IPath relPath, boolean exactPath);
|
ICResourceDescription getNestedResourceDescription(IPath relPath, boolean exactPath);
|
||||||
|
|
||||||
ICResourceDescription[] getNestedResourceDescriptions(int kind);
|
ICResourceDescription[] getNestedResourceDescriptions(int kind);
|
||||||
|
|
Loading…
Add table
Reference in a new issue