blob: b123df94ada96e36bbfc877acb1078071f8e9397 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004, 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
*******************************************************************************/
package org.eclipse.wst.html.ui.internal.contentproperties.ui;
/**
* @deprecated Not needed. See BUG118359
*/
public class AbstractDeviceProfileEntry implements DeviceProfileEntry {
public AbstractDeviceProfileEntry() {
super();
}
public String getEntryId() {
return null;
}
public String getEntryName() {
return null;
}
public void release() {
}
}