blob: 8a2902aebc8a9f4b5369cf73f078108d73b5cef0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 IBM 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
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Daisuke SATO - initial API and implementation
*******************************************************************************/
package org.eclipse.actf.ai.navigator.impl;
import org.eclipse.actf.ai.navigator.IMetadataCacheCleaner;
public class FennecEntryCacheCleaner implements IMetadataCacheCleaner {
public void clearCache() {
//FennecPlugin.getDefault().initFennecEntry();
}
}