blob: 5899f5d2d10a286f80c8bd3942250f130cc6da04 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2006 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* Created on Oct 26, 2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.eclipse.wst.common.internal.emf.utilities;
/**
* @author mdelder
*
*/
public class ResourceIsLoadingAdapterFactory {
public static ResourceIsLoadingAdapterFactory INSTANCE = new ResourceIsLoadingAdapterFactory();
public ResourceIsLoadingAdapter createResourceIsLoadingAdapter() {
return new ResourceIsLoadingAdapter();
}
}