mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
1491ec0293
commit
992e4b61eb
1 changed files with 0 additions and 7 deletions
|
@ -22,10 +22,6 @@ import org.w3c.dom.Node;
|
|||
* See <code>CompilationDirectorySourceContainer</code>.
|
||||
*/
|
||||
public class CompilationDirectorySourceContainerType extends AbstractSourceContainerTypeDelegate {
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.debug.internal.core.sourcelookup.ISourceContainerType#getMemento(org.eclipse.debug.internal.core.sourcelookup.ISourceContainer)
|
||||
*/
|
||||
@Override
|
||||
public String getMemento(ISourceContainer container) throws CoreException {
|
||||
CompilationDirectorySourceContainer folder = (CompilationDirectorySourceContainer) container;
|
||||
|
@ -41,9 +37,6 @@ public class CompilationDirectorySourceContainerType extends AbstractSourceConta
|
|||
return serializeDocument(document);
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.debug.internal.core.sourcelookup.ISourceContainerType#createSourceContainer(java.lang.String)
|
||||
*/
|
||||
@Override
|
||||
public ISourceContainer createSourceContainer(String memento) throws CoreException {
|
||||
Node node = parseDocument(memento);
|
||||
|
|
Loading…
Add table
Reference in a new issue